Amazon.CognitoIdentity.AmazonCognitoIdentityClient.EndGetOpenIdToken C# (CSharp) Method

EndGetOpenIdToken() public method

Finishes the asynchronous execution of the GetOpenIdToken operation.
public EndGetOpenIdToken ( IAsyncResult asyncResult ) : GetOpenIdTokenResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetOpenIdToken.
return Amazon.CognitoIdentity.Model.GetOpenIdTokenResponse
        public  GetOpenIdTokenResponse EndGetOpenIdToken(IAsyncResult asyncResult)
        {
            return EndInvoke<GetOpenIdTokenResponse>(asyncResult);
        }
AmazonCognitoIdentityClient