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

UserTokenConfiguration

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

Provides configuration information for a token configuration.

interface UserTokenConfiguration {
JsonTokenTypeConfiguration?: JsonTokenTypeConfiguration | null;
JwtTokenTypeConfiguration?: JwtTokenTypeConfiguration | null;
}

§Properties

§
JsonTokenTypeConfiguration?: JsonTokenTypeConfiguration | null
[src]

Information about the JSON token type configuration.

§
JwtTokenTypeConfiguration?: JwtTokenTypeConfiguration | null
[src]

Information about the JWT token type configuration.