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
| Name | Description |
|---|---|
AIdentityPoolId | Specify the ID of the identity pool in the format. |
ADeveloperProviderName | Specify the "domain" by which Cognito refers to your users. |
ASourceUserIdentifier | Specify the identifier for the source user. |
ADestinationUserIdentifier | Specify the identifier for the destination user. |