Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetIdInput

import type { GetIdInput } from "https://aws-api.deno.dev/v0.3/services/cognitoidentity.ts?docs=full";

Input to the GetId action.

interface GetIdInput {
AccountId?: string | null;
IdentityPoolId: string;
Logins?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AccountId?: string | null
[src]

A standard AWS account ID (9+ digits).

§
IdentityPoolId: string
[src]

An identity pool ID in the format REGION:GUID.

§
Logins?: {
[key: string]: string | null | undefined;
}
| null
[src]

A set of optional name-value pairs that map provider names to provider tokens. The available provider names for Logins are as follows:

  • Facebook: graph.facebook.com
  • Amazon Cognito user pool: cognito-idp.<region>.amazonaws.com/<YOUR_USER_POOL_ID>, for example, cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789.
  • Google: accounts.google.com
  • Amazon: www.amazon.com
  • Twitter: api.twitter.com
  • Digits: www.digits.com