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

GetTokenResponse

import type { GetTokenResponse } from "https://aws-api.deno.dev/v0.3/services/amplifybackend.ts?docs=full";
interface GetTokenResponse {
AppId?: string | null;
ChallengeCode?: string | null;
SessionId?: string | null;
Ttl?: string | null;
}

§Properties

§
AppId?: string | null
[src]

The app ID.

§
ChallengeCode?: string | null
[src]

The one-time challenge code for authenticating into the Amplify Admin UI.

§
SessionId?: string | null
[src]

A unique ID provided when creating a new challenge token.

§
Ttl?: string | null
[src]

The expiry time for the one-time generated token code.