Skip to main content

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

NameDescription
AIdentityPoolIdSpecify the ID of the identity pool in the format.
ADeveloperProviderNameSpecify the "domain" by which Cognito refers to your users.
ADeveloperUserIdentifierSpecify a unique ID used by your backend authentication process to identify a user.
AIdentityIdSpecify the unique identifier of the identity in the format.