TCognitoIdentityUnlinkDeveloperIdentityRequest
Class in AWS.CognitoIdentity
UnlinkDeveloperIdentity request class.
Ancestors
Properties
DeveloperProviderName
property DeveloperProviderName: string
DeveloperUserIdentifier
property DeveloperUserIdentifier: string
IdentityId
property IdentityId: string
IdentityPoolId
property IdentityPoolId: string
Constructors
Create
constructor Create(const AIdentityPoolId, ADeveloperProviderName, ADeveloperUserIdentifier, AIdentityId: string);
Constructor for TCognitoIdentityUnlinkDeveloperIdentityRequest.
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. |
ADeveloperUserIdentifier | Specify a unique ID used by your backend authentication process to identify a user. |
AIdentityId | Specify the unique identifier of the identity in the format. |