Share via


WebAuthenticationTransferTokenRequest Constructors

Definition

Overloads

WebAuthenticationTransferTokenRequest(WebAccountProvider, String)
WebAuthenticationTransferTokenRequest(WebAccountProvider, String, String)

WebAuthenticationTransferTokenRequest(WebAccountProvider, String)

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

transferToken
String

Platform::String

winrt::hstring

Applies to

WebAuthenticationTransferTokenRequest(WebAccountProvider, String, String)

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

transferToken
String

Platform::String

winrt::hstring

correlationId
String

Platform::String

winrt::hstring

Applies to