Class XboxXstsTokenAuth
Namespace: XboxAuthNet.Game.XboxAuth
Assembly: XboxAuthNet.Game.dll
public class XboxXstsTokenAuth : SessionAuthenticator<XboxAuthTokens>, IAuthenticator
Inheritance
object ← SessionAuthenticator<XboxAuthTokens> ← XboxXstsTokenAuth
Implements
Inherited Members
SessionAuthenticator<XboxAuthTokens>.SessionSource, SessionAuthenticator<XboxAuthTokens>.ExecuteAsync(AuthenticateContext), SessionAuthenticator<XboxAuthTokens>.Authenticate(AuthenticateContext), SessionAuthenticator<XboxAuthTokens>.GetSessionFromStorage(), object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
XboxXstsTokenAuth(string, ISessionSource<XboxAuthTokens>)
public XboxXstsTokenAuth(string relyingParty, ISessionSource<XboxAuthTokens> sessionSource)
Parameters
relyingParty string
sessionSource ISessionSource<XboxAuthTokens>
Methods
Authenticate(AuthenticateContext)
protected override ValueTask<XboxAuthTokens?> Authenticate(AuthenticateContext context)
Parameters
context AuthenticateContext