C# Class Microsoft.Identity.Client.AuthenticationResult

ファイルを表示 Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Private Properties

Property Type Description
AuthenticationResult System
UpdateTenantAndUser void

Public Methods

Method Description
CreateAuthorizationHeader ( ) : string

Creates authorization header from authentication result.

Private Methods

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, User otherUser ) : void

Method Details

CreateAuthorizationHeader() public method

Creates authorization header from authentication result.
public CreateAuthorizationHeader ( ) : string
return string