WebAuthenticatorOptions 클래스

정의

에 대한 WebAuthenticator추가 옵션을 나타냅니다.

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

생성자

WebAuthenticatorOptions()

에 대한 WebAuthenticator추가 옵션을 나타냅니다.

속성

CallbackUrl

인증이 완료될 때 호출해야 하는 콜백 URL을 가져오거나 설정합니다.

PrefersEphemeralWebBrowserSession

인증 흐름에 사용되는 브라우저의 수명이 짧은지 여부를 가져오거나 설정합니다. 즉, 를 설정하는 true경우 세션 또는 쿠키를 이 디바이스의 일반 브라우저와 공유하지 않습니다.

ResponseDecoder

들어오는 인증 결과 URI를 디코딩하는 데 사용되는 디코더 구현을 가져오거나 설정합니다.

Url

인증 흐름을 시작할 URL을 가져오거나 설정합니다.

적용 대상