Skip to main content

ICognitoIdentityGetIdRequest

Interface in AWS.CognitoIdentity

Interface for GetId requests.

Ancestors

Properties

AccountId

property AccountId: string

Specify a standard AWS account ID (9+ digits).

IdentityPoolId

property IdentityPoolId: string

Specify the ID of the identity pool.

Logins

property Logins: TDictionary<string, string>

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

Logins should not be specified when trying to get credentials for an unauthenticated identity. The logins parameter is required when using identities associated with an external identity provider such as Facebook.

Methods

AddLogin

procedure AddLogin(const AProviderName, AProviderIdentifier: string);

Add a name-value pair to Logins.

Parameters

NameDescription
AProviderNameSpecify the name of the provider.
AProviderIdentifierSpecify the identifier provided by the provider.