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

Inheritance: IAccessToken
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description

Public Methods

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

Method Details

AuthorizeRequest() public method

public AuthorizeRequest ( string>.Action authTokenSetter ) : void
authTokenSetter string>.Action
return void

ServicePrincipalAccessToken() public method

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