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

GetCredentialsForIdentityAsync() public method

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

            return InvokeAsync<GetCredentialsForIdentityRequest,GetCredentialsForIdentityResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonCognitoIdentityClient::GetCredentialsForIdentityAsync ( string identityId, string>.Dictionary logins, System cancellationToken = default(CancellationToken) ) : Task
AmazonCognitoIdentityClient::GetCredentialsForIdentityAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task
AmazonCognitoIdentityClient::GetCredentialsForIdentityAsync ( GetCredentialsForIdentityRequest request, GetCredentialsForIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient::GetCredentialsForIdentityAsync ( string identityId, GetCredentialsForIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient::GetCredentialsForIdentityAsync ( string identityId, string>.Dictionary logins, GetCredentialsForIdentityResponse>.AmazonServiceCallback callback, AsyncOptions options = null ) : void
AmazonCognitoIdentityClient