共用方式為


WebTokenRequest 建構函式

定義

多載

WebTokenRequest(WebAccountProvider)

使用一個輸入,初始化 WebTokenRequest 類別的新實例。

WebTokenRequest(WebAccountProvider, String)

使用兩個輸入,初始化 WebTokenRequest 類別的新實例。

WebTokenRequest(WebAccountProvider, String, String)

使用三個輸入,初始化 WebTokenRequest 類別的新實例。

WebTokenRequest(WebAccountProvider, String, String, WebTokenRequestPromptType)

使用四個輸入,初始化 WebTokenRequest 類別的新實例。

WebTokenRequest(WebAccountProvider)

使用一個輸入,初始化 WebTokenRequest 類別的新實例。

public:
 WebTokenRequest(WebAccountProvider ^ provider);
 WebTokenRequest(WebAccountProvider const& provider);
public WebTokenRequest(WebAccountProvider provider);
function WebTokenRequest(provider)
Public Sub New (provider As WebAccountProvider)

參數

provider
WebAccountProvider

要求的 Web 帳戶提供者。

另請參閱

適用於

WebTokenRequest(WebAccountProvider, String)

使用兩個輸入,初始化 WebTokenRequest 類別的新實例。

public:
 WebTokenRequest(WebAccountProvider ^ provider, Platform::String ^ scope);
 WebTokenRequest(WebAccountProvider const& provider, winrt::hstring const& scope);
public WebTokenRequest(WebAccountProvider provider, string scope);
function WebTokenRequest(provider, scope)
Public Sub New (provider As WebAccountProvider, scope As String)

參數

provider
WebAccountProvider

要求的 Web 帳戶提供者。

scope
String

Platform::String

winrt::hstring

要求的範圍。

另請參閱

適用於

WebTokenRequest(WebAccountProvider, String, String)

使用三個輸入,初始化 WebTokenRequest 類別的新實例。

public:
 WebTokenRequest(WebAccountProvider ^ provider, Platform::String ^ scope, Platform::String ^ clientId);
 WebTokenRequest(WebAccountProvider const& provider, winrt::hstring const& scope, winrt::hstring const& clientId);
public WebTokenRequest(WebAccountProvider provider, string scope, string clientId);
function WebTokenRequest(provider, scope, clientId)
Public Sub New (provider As WebAccountProvider, scope As String, clientId As String)

參數

provider
WebAccountProvider

要求的 Web 帳戶提供者。

scope
String

Platform::String

winrt::hstring

要求的範圍。

clientId
String

Platform::String

winrt::hstring

用戶端 ID。

另請參閱

適用於

WebTokenRequest(WebAccountProvider, String, String, WebTokenRequestPromptType)

使用四個輸入,初始化 WebTokenRequest 類別的新實例。

public:
 WebTokenRequest(WebAccountProvider ^ provider, Platform::String ^ scope, Platform::String ^ clientId, WebTokenRequestPromptType promptType);
 WebTokenRequest(WebAccountProvider const& provider, winrt::hstring const& scope, winrt::hstring const& clientId, WebTokenRequestPromptType const& promptType);
public WebTokenRequest(WebAccountProvider provider, string scope, string clientId, WebTokenRequestPromptType promptType);
function WebTokenRequest(provider, scope, clientId, promptType)
Public Sub New (provider As WebAccountProvider, scope As String, clientId As String, promptType As WebTokenRequestPromptType)

參數

provider
WebAccountProvider

要求的 Web 帳戶提供者。

scope
String

Platform::String

winrt::hstring

要求的範圍。

clientId
String

Platform::String

winrt::hstring

用戶端 ID。

promptType
WebTokenRequestPromptType

要求提示類型。

另請參閱

適用於