WebAuthenticatorOptions.ResponseDecoder 속성

정의

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

public:
 property Microsoft::Maui::Authentication::IWebAuthenticatorResponseDecoder ^ ResponseDecoder { Microsoft::Maui::Authentication::IWebAuthenticatorResponseDecoder ^ get(); void set(Microsoft::Maui::Authentication::IWebAuthenticatorResponseDecoder ^ value); };
public Microsoft.Maui.Authentication.IWebAuthenticatorResponseDecoder? ResponseDecoder { get; set; }
member this.ResponseDecoder : Microsoft.Maui.Authentication.IWebAuthenticatorResponseDecoder with get, set
Public Property ResponseDecoder As IWebAuthenticatorResponseDecoder

속성 값

적용 대상