Skip to main content

TCognitoIdentityMergeDeveloperIdentitiesRequest

Class in AWS.CognitoIdentity

MergeDeveloperIdentities request class.

Ancestors

Properties

DestinationUserIdentifier

property DestinationUserIdentifier: string

DeveloperProviderName

property DeveloperProviderName: string

IdentityPoolId

property IdentityPoolId: string

SourceUserIdentifier

property SourceUserIdentifier: string

Constructors

Create

constructor Create(const AIdentityPoolId, ADeveloperProviderName, ASourceUserIdentifier, ADestinationUserIdentifier: string);

Constructor for TCognitoIdentityMergeDeveloperIdentitiesRequest.

Parameters

NameDescription
AIdentityPoolIdSpecify the ID of the identity pool in the format.
ADeveloperProviderNameSpecify the "domain" by which Cognito refers to your users.
ASourceUserIdentifierSpecify the identifier for the source user.
ADestinationUserIdentifierSpecify the identifier for the destination user.