다음을 통해 공유


WebAuthenticatorResult 클래스

정의

콜백 URL에서 구문 분석된 웹 Authenticator Result 개체를 나타냅니다.

public ref class WebAuthenticatorResult
public class WebAuthenticatorResult
type WebAuthenticatorResult = class
Public Class WebAuthenticatorResult
상속
WebAuthenticatorResult

설명

모든 쿼리 문자열 또는 URL 조각 속성은 사전으로 구문 분석되며 키로 액세스할 수 있습니다.

생성자

WebAuthenticatorResult()

WebAuthenticatorResult 클래스의 새 인스턴스를 초기화합니다.

WebAuthenticatorResult(IDictionary<String,String>)

기존 사전에서 새 instance 만듭니다.

WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder)

URI의 쿼리 문자열 매개 변수를 WebAuthenticatorResult 구문 분석하여 클래스의 새 instance 초기화합니다.

WebAuthenticatorResult(Uri)

URI의 쿼리 문자열 매개 변수를 WebAuthenticatorResult 구문 분석하여 클래스의 새 instance 초기화합니다.

속성

AccessToken

키의 값입니다 access_token .

CallbackUri

액세스 토큰을 사용하여 다시 호출하는 데 사용된 URI입니다.

ExpiresIn

결과가 만들어진 시점의 타임스탬프에 의해 계산된 만료 날짜와 키에 대한 값(초)입니다 expires_in .

IdToken

키의 값입니다 id_token .

Properties

구문 분석된 키/값 쌍의 사전은 콜백 URI의 쿼리 문자열을 형성합니다.

RefreshToken

키의 값입니다 refresh_token .

RefreshTokenExpiresIn

결과가 생성된 시점의 타임스탬프에 의해 계산된 새로 고침 토큰 만료 날짜와 refresh_token_expires_in 키의 값(초)입니다.

Timestamp

클래스가 인스턴스화되었을 때의 타임스탬프이며, 일반적으로 요청의 구문 분석된 결과와 일치합니다.

메서드

Get(String)

사전에서 지정된 키의 값을 가져옵니다.

Put(String, String)

키/값 쌍을 사전에 넣습니다.

적용 대상