Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.EndConfirmForgotPassword C# (CSharp) Method

EndConfirmForgotPassword() public method

Finishes the asynchronous execution of the ConfirmForgotPassword operation.
public EndConfirmForgotPassword ( IAsyncResult asyncResult ) : ConfirmForgotPasswordResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginConfirmForgotPassword.
return ConfirmForgotPasswordResponse
        public  ConfirmForgotPasswordResponse EndConfirmForgotPassword(IAsyncResult asyncResult)
        {
            return EndInvoke<ConfirmForgotPasswordResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient