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

プロパティ値

適用対象