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

EndAdminRespondToAuthChallenge() public method

Finishes the asynchronous execution of the AdminRespondToAuthChallenge operation.
public EndAdminRespondToAuthChallenge ( IAsyncResult asyncResult ) : AdminRespondToAuthChallengeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginAdminRespondToAuthChallenge.
return Amazon.CognitoIdentityProvider.Model.AdminRespondToAuthChallengeResponse
        public  AdminRespondToAuthChallengeResponse EndAdminRespondToAuthChallenge(IAsyncResult asyncResult)
        {
            return EndInvoke<AdminRespondToAuthChallengeResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient