C# 클래스 Microsoft.Identity.Client.Internal.AuthorizationResult

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

Private Properties

프로퍼티 타입 설명
AuthorizationResult System
AuthorizationResult System

공개 메소드들

메소드 설명
ParseAuthorizeResponse ( string webAuthenticationResult ) : void

비공개 메소드들

메소드 설명
AuthorizationResult ( AuthorizationStatus status ) : System
AuthorizationResult ( AuthorizationStatus status, string returnedUriInput ) : System

메소드 상세

ParseAuthorizeResponse() 공개 메소드

public ParseAuthorizeResponse ( string webAuthenticationResult ) : void
webAuthenticationResult string
리턴 void