Property | Type | Description | |
---|---|---|---|
AuthenticationResult | System | ||
UpdateTenantAndUser | void |
Method | Description | |
---|---|---|
CreateAuthorizationHeader ( ) : string |
Creates authorization header from authentication result.
|
Method | Description | |
---|---|---|
AuthenticationResult ( string tokenType, string token, DateTimeOffset expiresOn ) : System |
Creates result returned from AcquireToken. Except in advanced scenarios related to token caching, you do not need to create any instance of AuthenticationResult.
|
|
UpdateTenantAndUser ( string tenantId, string idToken, |
public CreateAuthorizationHeader ( ) : string | ||
return | string |