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

CreateTokenResponse

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

§Properties

§
Token?: string | null
[src]

Refresh token, encoded as a JWT token.

§
TokenId?: string | null
[src]

Token ID.

§
TokenType?: TokenType | null
[src]

Token type.