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

GetOpenIdTokenForDeveloperIdentityResponse

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

Returned in response to a successful GetOpenIdTokenForDeveloperIdentity request.

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

§Properties

§
IdentityId?: string | null
[src]

A unique identifier in the format REGION:GUID.

§
Token?: string | null
[src]

An OpenID token.