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

EndRespondToAuthChallenge() public method

Finishes the asynchronous execution of the RespondToAuthChallenge operation.
public EndRespondToAuthChallenge ( IAsyncResult asyncResult ) : RespondToAuthChallengeResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRespondToAuthChallenge.
return Amazon.CognitoIdentityProvider.Model.RespondToAuthChallengeResponse
        public  RespondToAuthChallengeResponse EndRespondToAuthChallenge(IAsyncResult asyncResult)
        {
            return EndInvoke<RespondToAuthChallengeResponse>(asyncResult);
        }
AmazonCognitoIdentityProviderClient