C# Class Microsoft.Identity.Client.AuthenticationResult

Afficher le fichier Open project: AzureAD/microsoft-authentication-library-for-dotnet Class Usage Examples

Private Properties

Свойство Type Description
AuthenticationResult System
UpdateTenantAndUser void

Méthodes publiques

Méthode Description
CreateAuthorizationHeader ( ) : string

Creates authorization header from authentication result.

Private Methods

Méthode 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 méthode

Creates authorization header from authentication result.
public CreateAuthorizationHeader ( ) : string
Résultat string