Class MsAuthenticationResult
public class MsAuthenticationResult : UserFederationAuthenticationResult
- Inheritance
-
MsAuthenticationResult
- Inherited Members
-
Constructors
MsAuthenticationResult(AuthenticationResult)
public MsAuthenticationResult(AuthenticationResult authenticationResult)
Parameters
authenticationResult
AuthenticationResult
Properties
AccessToken
public override string AccessToken { get; }
Property Value
- string
AccountId
public override string AccountId { get; }
Property Value
- string
BearerTokenType
public override AuthorizationTokenType BearerTokenType { get; }
Property Value
- AuthorizationTokenType
ExpiresOn
public override DateTimeOffset ExpiresOn { get; }
Property Value
- DateTimeOffset
IdToken
public override string IdToken { get; }
Property Value
- string
PrincipalId
public override string PrincipalId { get; }
Property Value
- string
Result
public AuthenticationResult Result { get; }
Property Value
- AuthenticationResult
Username
public override string Username { get; }
Property Value
- string