Class BasicXboxProvider
Namespace: XboxAuthNet.Game.XboxAuth
Assembly: XboxAuthNet.Game.dll
public class BasicXboxProvider : XboxAuthenticationProviderBase, IAuthenticationProvider
Inheritance
object ← XboxAuthenticationProviderBase ← BasicXboxProvider
Implements
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
BasicXboxProvider(string)
public BasicXboxProvider(string relyingParty)
Parameters
relyingParty string
BasicXboxProvider(XboxAuthBuilder)
public BasicXboxProvider(XboxAuthBuilder builder)
Parameters
builder XboxAuthBuilder
Methods
CreateAuthenticator()
protected override IAuthenticator CreateAuthenticator()