Skip to main content

ICognitoIdentityUnlinkIdentityRequest

Interface in AWS.CognitoIdentity

Interface for UnlinkIdentity requests.

Ancestors

Properties

IdentityId

property IdentityId: string

Specify the ID of the identity in the format REGION:GUID.

Logins

property Logins: TDictionary<string, string>

Specify a set of name-value pairs mapping provider names to provider tokens.

LoginsToRemove

property LoginsToRemove: TList<string>

Specify a list of provider names to unlink the identity from.

Methods

AddLogin

procedure AddLogin(const AProviderName, AProviderToken: string);

Add a name-value pair to Logins.

Parameters

NameDescription
AProviderNameSpecify the name of the provider.
AProviderTokenSpecify the token provided by the provider.

AddLoginToRemove

function AddLoginToRemove(const AProviderName: string): Integer;

Add the name of a provider to unlink.

Parameters

NameDescription
AProviderNameSpecify the name of an identity provider.

Returns

Returns the index of the provider name added to LoginsToRemove.