WebAuthenticationTransferTokenRequest Constructors

Definition

Overloads

WebAuthenticationTransferTokenRequest(WebAccountProvider, String)

Initializes a new instance of the WebAuthenticationTransferTokenRequest class.

WebAuthenticationTransferTokenRequest(WebAccountProvider, String, String)

Initializes a new instance of the WebAuthenticationTransferTokenRequest class.

WebAuthenticationTransferTokenRequest(WebAccountProvider, String)

Initializes a new instance of the WebAuthenticationTransferTokenRequest class.

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

Parameters

provider
WebAccountProvider

The WebAccountProvider object that specifies the account provider.

transferToken
String

Platform::String

winrt::hstring

The transfer token blob.

See also

Applies to

WebAuthenticationTransferTokenRequest(WebAccountProvider, String, String)

Initializes a new instance of the WebAuthenticationTransferTokenRequest class.

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

Parameters

provider
WebAccountProvider

The WebAccountProvider object that specifies the account provider.

transferToken
String

Platform::String

winrt::hstring

The transfer token blob.

correlationId
String

Platform::String

winrt::hstring

The correlation ID for the request.

See also

Applies to