MicrosoftAccountMultiFactorAuthenticationManager.GetOneTimePassCodeAsync Method

Definition

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

public:
 virtual IAsyncOperation<MicrosoftAccountMultiFactorOneTimeCodedInfo ^> ^ GetOneTimePassCodeAsync(Platform::String ^ userAccountId, unsigned int codeLength) = GetOneTimePassCodeAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorOneTimeCodedInfo> GetOneTimePassCodeAsync(winrt::hstring const& userAccountId, uint32_t const& codeLength);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorOneTimeCodedInfo> GetOneTimePassCodeAsync(string userAccountId, uint codeLength);
function getOneTimePassCodeAsync(userAccountId, codeLength)
Public Function GetOneTimePassCodeAsync (userAccountId As String, codeLength As UInteger) As IAsyncOperation(Of MicrosoftAccountMultiFactorOneTimeCodedInfo)

Parameters

userAccountId
String

Platform::String

winrt::hstring

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

codeLength
UInt32

unsigned int

uint32_t

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