Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.ConfirmDeviceAsync C# (CSharp) Метод

ConfirmDeviceAsync() публичный Метод

Initiates the asynchronous execution of the ConfirmDevice operation.
public ConfirmDeviceAsync ( ConfirmDeviceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CognitoIdentityProvider.Model.ConfirmDeviceRequest Container for the necessary parameters to execute the ConfirmDevice operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ConfirmDeviceResponse> ConfirmDeviceAsync(ConfirmDeviceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ConfirmDeviceRequestMarshaller();
            var unmarshaller = ConfirmDeviceResponseUnmarshaller.Instance;

            return InvokeAsync<ConfirmDeviceRequest,ConfirmDeviceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCognitoIdentityProviderClient