WebAuthenticationTransferTokenRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.