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

GetTokenRequest

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

§Properties

§
AppId: string
[src]

The app ID.

§
SessionId: string
[src]

The session ID.