C# 클래스 Microsoft.Azure.Commands.Common.Authentication.ServicePrincipalTokenProvider.ServicePrincipalAccessToken

상속: IAccessToken
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AuthorizeRequest ( string>.Action authTokenSetter ) : void
ServicePrincipalAccessToken ( AdalConfiguration configuration, AuthenticationResult authResult, Func tokenRenewer, string appId ) : Hyak.Common

메소드 상세

AuthorizeRequest() 공개 메소드

public AuthorizeRequest ( string>.Action authTokenSetter ) : void
authTokenSetter string>.Action
리턴 void

ServicePrincipalAccessToken() 공개 메소드

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