C# Class Microsoft.Azure.Commands.Common.Authentication.UserTokenProvider.AdalAccessToken

Implementation of IAccessToken using data from ADAL
Inheritance: IAccessToken
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

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

Method Details

AdalAccessToken() public méthode

public AdalAccessToken ( AuthenticationResult authResult, UserTokenProvider tokenProvider, AdalConfiguration configuration ) : Hyak.Common
authResult Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult
tokenProvider UserTokenProvider
configuration AdalConfiguration
Résultat Hyak.Common

AuthorizeRequest() public méthode

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