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

GetOpenIdTokenResponse

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

Returned in response to a successful GetOpenIdToken request.

interface GetOpenIdTokenResponse {
IdentityId?: string | null;
Token?: string | null;
}

§Properties

§
IdentityId?: string | null
[src]

A unique identifier in the format REGION:GUID. Note that the IdentityId returned may not match the one passed on input.

§
Token?: string | null
[src]

An OpenID token, valid for 10 minutes.