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

GetAccessTokenRequest

import type { GetAccessTokenRequest } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface GetAccessTokenRequest {
Token: string;
TokenProperties?: string[] | null;
}

§Properties

§
Token: string
[src]

Refresh token, encoded as a JWT token.

§
TokenProperties?: string[] | null
[src]

Token properties to validate against those present in the JWT token.