Table of Contents

Class MicrosoftOAuthParameters

Namespace: XboxAuthNet.Game.OAuth
Assembly: XboxAuthNet.Game.dll

public class MicrosoftOAuthParameters

Inheritance

objectMicrosoftOAuthParameters

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

MicrosoftOAuthParameters(MicrosoftOAuthClientInfo, ISessionSource<MicrosoftOAuthResponse>, ISessionSource<string>)

public MicrosoftOAuthParameters(MicrosoftOAuthClientInfo clientInfo, ISessionSource<MicrosoftOAuthResponse> sessionSource, ISessionSource<string> loginHintSource)

Parameters

clientInfo MicrosoftOAuthClientInfo

sessionSource ISessionSource<MicrosoftOAuthResponse>

loginHintSource ISessionSource<string>

Properties

ClientInfo

public MicrosoftOAuthClientInfo ClientInfo { get; }

Property Value

MicrosoftOAuthClientInfo

LoginHintSource

public ISessionSource<string> LoginHintSource { get; }

Property Value

ISessionSource<string>

SessionSource

public ISessionSource<MicrosoftOAuthResponse> SessionSource { get; }

Property Value

ISessionSource<MicrosoftOAuthResponse>