MicrosoftAccountMultiFactorAuthenticationManager.AddDeviceAsync Method

Definition

This API is for internal use only and should not be used in your code.

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ AddDeviceAsync(Platform::String ^ userAccountId, Platform::String ^ authenticationToken, Platform::String ^ wnsChannelId) = AddDeviceAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> AddDeviceAsync(winrt::hstring const& userAccountId, winrt::hstring const& authenticationToken, winrt::hstring const& wnsChannelId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> AddDeviceAsync(string userAccountId, string authenticationToken, string wnsChannelId);
function addDeviceAsync(userAccountId, authenticationToken, wnsChannelId)
Public Function AddDeviceAsync (userAccountId As String, authenticationToken As String, wnsChannelId As String) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)

Parameters

userAccountId
String

Platform::String

winrt::hstring

This API is for internal use only and should not be used in your code.

authenticationToken
String

Platform::String

winrt::hstring

This API is for internal use only and should not be used in your code.

wnsChannelId
String

Platform::String

winrt::hstring

This API is for internal use only and should not be used in your code.

Returns

This API is for internal use only and should not be used in your code.

Attributes

Applies to