Table of Contents

Class SisuXboxProvider

Namespace: XboxAuthNet.Game.XboxAuth
Assembly: XboxAuthNet.Game.dll

public class SisuXboxProvider : XboxAuthenticationProviderBase, IAuthenticationProvider

Inheritance

objectXboxAuthenticationProviderBaseSisuXboxProvider

Implements

IAuthenticationProvider

Inherited Members

XboxAuthenticationProviderBase.Builder, XboxAuthenticationProviderBase.CreateAuthenticator(), XboxAuthenticationProviderBase.Authenticate(), XboxAuthenticationProviderBase.AuthenticateSilently(), XboxAuthenticationProviderBase.AuthenticateInteractively(), XboxAuthenticationProviderBase.CreateSessionValidator(), XboxAuthenticationProviderBase.ClearSession(), XboxAuthenticationProviderBase.Signout(), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

SisuXboxProvider(string, string)

public SisuXboxProvider(string relyingParty, string clientId)

Parameters

relyingParty string

clientId string

SisuXboxProvider(XboxAuthBuilder, string)

public SisuXboxProvider(XboxAuthBuilder builder, string clientId)

Parameters

builder XboxAuthBuilder

clientId string

Methods

CreateAuthenticator()

protected override IAuthenticator CreateAuthenticator()

Returns

IAuthenticator