C# 클래스 Microsoft.Identity.Client.AuthenticationResult

파일 보기 프로젝트 열기: AzureAD/microsoft-authentication-library-for-dotnet 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AuthenticationResult System
UpdateTenantAndUser void

공개 메소드들

메소드 설명
CreateAuthorizationHeader ( ) : string

Creates authorization header from authentication result.

비공개 메소드들

메소드 설명
AuthenticationResult ( string tokenType, string token, DateTimeOffset expiresOn ) : System

Creates result returned from AcquireToken. Except in advanced scenarios related to token caching, you do not need to create any instance of AuthenticationResult.

UpdateTenantAndUser ( string tenantId, string idToken, User otherUser ) : void

메소드 상세

CreateAuthorizationHeader() 공개 메소드

Creates authorization header from authentication result.
public CreateAuthorizationHeader ( ) : string
리턴 string