C# Class Microsoft.WindowsAzure.Commands.Utilities.Common.Authentication.AdalTokenProvider.AdalAccessToken

Implementation of IAccessToken using data from ADAL
Inheritance: IAccessToken
Afficher le fichier Open project: AzureRT/azure-sdk-tools

Méthodes publiques

Méthode Description
AdalAccessToken ( AuthenticationResult authResult, AdalTokenProvider tokenProvider, AdalConfiguration configuration ) : System
AuthorizeRequest ( string>.Action authTokenSetter ) : void

Method Details

AdalAccessToken() public méthode

public AdalAccessToken ( AuthenticationResult authResult, AdalTokenProvider tokenProvider, AdalConfiguration configuration ) : System
authResult AuthenticationResult
tokenProvider AdalTokenProvider
configuration AdalConfiguration
Résultat System

AuthorizeRequest() public méthode

public AuthorizeRequest ( string>.Action authTokenSetter ) : void
authTokenSetter string>.Action
Résultat void