C# Class Microsoft.Azure.Commands.Common.Authentication.ServicePrincipalTokenProvider.ServicePrincipalAccessToken

Inheritance: IAccessToken
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
AuthorizeRequest ( string>.Action authTokenSetter ) : void
ServicePrincipalAccessToken ( AdalConfiguration configuration, AuthenticationResult authResult, Func tokenRenewer, string appId ) : Hyak.Common

Method Details

AuthorizeRequest() public méthode

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

ServicePrincipalAccessToken() public méthode

public ServicePrincipalAccessToken ( AdalConfiguration configuration, AuthenticationResult authResult, Func tokenRenewer, string appId ) : Hyak.Common
configuration AdalConfiguration
authResult Microsoft.IdentityModel.Clients.ActiveDirectory.AuthenticationResult
tokenRenewer Func
appId string
Résultat Hyak.Common