MicrosoftAccountMultiFactorAuthenticationManager.ApproveSessionAsync Method
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
ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, MicrosoftAccountMultiFactorSessionInfo) |
This API is for internal use only and should not be used in your code. |
ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, String, String, MicrosoftAccountMultiFactorAuthenticationType) |
This API is for internal use only and should not be used in your code. |
ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, MicrosoftAccountMultiFactorSessionInfo)
This API is for internal use only and should not be used in your code.
public:
virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, MicrosoftAccountMultiFactorSessionInfo ^ authenticationSessionInfo) = ApproveSessionAsync;
/// [Windows.Foundation.Metadata.Overload("ApproveSessionUsingAuthSessionInfoAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus const& sessionAuthentictionStatus, MicrosoftAccountMultiFactorSessionInfo const& authenticationSessionInfo);
[Windows.Foundation.Metadata.Overload("ApproveSessionUsingAuthSessionInfoAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, MicrosoftAccountMultiFactorSessionInfo authenticationSessionInfo);
function approveSessionAsync(sessionAuthentictionStatus, authenticationSessionInfo)
Public Function ApproveSessionAsync (sessionAuthentictionStatus As MicrosoftAccountMultiFactorSessionAuthenticationStatus, authenticationSessionInfo As MicrosoftAccountMultiFactorSessionInfo) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)
Parameters
- sessionAuthentictionStatus
- MicrosoftAccountMultiFactorSessionAuthenticationStatus
This API is for internal use only and should not be used in your code.
- authenticationSessionInfo
- MicrosoftAccountMultiFactorSessionInfo
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
See also
Applies to
ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus, String, String, MicrosoftAccountMultiFactorAuthenticationType)
This API is for internal use only and should not be used in your code.
public:
virtual IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ^ ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, Platform::String ^ userAccountId, Platform::String ^ sessionId, MicrosoftAccountMultiFactorAuthenticationType sessionAuthenticationType) = ApproveSessionAsync;
/// [Windows.Foundation.Metadata.Overload("ApproveSessionAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus const& sessionAuthentictionStatus, winrt::hstring const& userAccountId, winrt::hstring const& sessionId, MicrosoftAccountMultiFactorAuthenticationType const& sessionAuthenticationType);
[Windows.Foundation.Metadata.Overload("ApproveSessionAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<MicrosoftAccountMultiFactorServiceResponse> ApproveSessionAsync(MicrosoftAccountMultiFactorSessionAuthenticationStatus sessionAuthentictionStatus, string userAccountId, string sessionId, MicrosoftAccountMultiFactorAuthenticationType sessionAuthenticationType);
function approveSessionAsync(sessionAuthentictionStatus, userAccountId, sessionId, sessionAuthenticationType)
Public Function ApproveSessionAsync (sessionAuthentictionStatus As MicrosoftAccountMultiFactorSessionAuthenticationStatus, userAccountId As String, sessionId As String, sessionAuthenticationType As MicrosoftAccountMultiFactorAuthenticationType) As IAsyncOperation(Of MicrosoftAccountMultiFactorServiceResponse)
Parameters
- sessionAuthentictionStatus
- MicrosoftAccountMultiFactorSessionAuthenticationStatus
This API is for internal use only and should not be used in your code.
- userAccountId
-
String
Platform::String
winrt::hstring
This API is for internal use only and should not be used in your code.
- sessionId
-
String
Platform::String
winrt::hstring
This API is for internal use only and should not be used in your code.
- sessionAuthenticationType
- MicrosoftAccountMultiFactorAuthenticationType
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