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

GetOpenIdTokenInput

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

Input to the GetOpenIdToken action.

interface GetOpenIdTokenInput {
IdentityId: string;
Logins?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
IdentityId: string
[src]

A unique identifier 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. When using graph.facebook.com and www.amazon.com, supply the access_token returned from the provider's authflow. For accounts.google.com, an Amazon Cognito user pool provider, or any other OpenID Connect provider, always include the id_token.