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

GetOpenIdTokenAsync() public method

Initiates the asynchronous execution of the GetOpenIdToken operation.
public GetOpenIdTokenAsync ( GetOpenIdTokenRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetOpenIdTokenRequest Container for the necessary parameters to execute the GetOpenIdToken operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetOpenIdTokenResponse> GetOpenIdTokenAsync(GetOpenIdTokenRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetOpenIdTokenRequestMarshaller();
            var unmarshaller = GetOpenIdTokenResponseUnmarshaller.Instance;

            return InvokeAsync<GetOpenIdTokenRequest,GetOpenIdTokenResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::GetOpenIdTokenAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task
AmazonCognitoIdentityClient::GetOpenIdTokenAsync ( GetOpenIdTokenRequest request, GetOpenIdTokenResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient::GetOpenIdTokenAsync ( string identityId, GetOpenIdTokenResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient