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

EndGetUserAttributeVerificationCode() public method

Finishes the asynchronous execution of the GetUserAttributeVerificationCode operation.
public EndGetUserAttributeVerificationCode ( IAsyncResult asyncResult ) : GetUserAttributeVerificationCodeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetUserAttributeVerificationCode.
return Amazon.CognitoIdentityProvider.Model.GetUserAttributeVerificationCodeResponse
        public  GetUserAttributeVerificationCodeResponse EndGetUserAttributeVerificationCode(IAsyncResult asyncResult)
        {
            return EndInvoke<GetUserAttributeVerificationCodeResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient