WebAuthenticatorResult 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
WebAuthenticatorResult() |
初始化 WebAuthenticatorResult 類別的新執行個體。 |
WebAuthenticatorResult(IDictionary<String,String>) |
從現有的字典建立新的實例。 |
WebAuthenticatorResult(Uri) |
藉由剖析 URI 的查詢字串參數, WebAuthenticatorResult 初始化 類別的新實例。 |
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder) |
藉由剖析 URI 的查詢字串參數, WebAuthenticatorResult 初始化 類別的新實例。 |
WebAuthenticatorResult()
初始化 WebAuthenticatorResult 類別的新執行個體。
public:
WebAuthenticatorResult();
public WebAuthenticatorResult ();
Public Sub New ()
適用於
WebAuthenticatorResult(IDictionary<String,String>)
從現有的字典建立新的實例。
public:
WebAuthenticatorResult(System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public WebAuthenticatorResult (System.Collections.Generic.IDictionary<string,string> properties);
new Microsoft.Maui.Authentication.WebAuthenticatorResult : System.Collections.Generic.IDictionary<string, string> -> Microsoft.Maui.Authentication.WebAuthenticatorResult
Public Sub New (properties As IDictionary(Of String, String))
參數
- properties
- IDictionary<String,String>
要併入之屬性的字典。
適用於
WebAuthenticatorResult(Uri)
藉由剖析 URI 的查詢字串參數, WebAuthenticatorResult 初始化 類別的新實例。
public:
WebAuthenticatorResult(Uri ^ uri);
public WebAuthenticatorResult (Uri uri);
new Microsoft.Maui.Authentication.WebAuthenticatorResult : Uri -> Microsoft.Maui.Authentication.WebAuthenticatorResult
Public Sub New (uri As Uri)
參數
- uri
- Uri
用來結束驗證順序的回呼 URI。
適用於
WebAuthenticatorResult(Uri, IWebAuthenticatorResponseDecoder)
藉由剖析 URI 的查詢字串參數, WebAuthenticatorResult 初始化 類別的新實例。
public:
WebAuthenticatorResult(Uri ^ uri, Microsoft::Maui::Authentication::IWebAuthenticatorResponseDecoder ^ responseDecoder);
public WebAuthenticatorResult (Uri uri, Microsoft.Maui.Authentication.IWebAuthenticatorResponseDecoder responseDecoder);
new Microsoft.Maui.Authentication.WebAuthenticatorResult : Uri * Microsoft.Maui.Authentication.IWebAuthenticatorResponseDecoder -> Microsoft.Maui.Authentication.WebAuthenticatorResult
Public Sub New (uri As Uri, responseDecoder As IWebAuthenticatorResponseDecoder)
參數
- uri
- Uri
用來結束驗證順序的回呼 URI。
- responseDecoder
- IWebAuthenticatorResponseDecoder
可用來譯碼回呼 URI 的譯碼器。
備註
如果 responseDecoder 為非 Null,則會用來譯碼授權服務所傳回的片段或查詢字串。 否則,會使用預設響應譯碼器。