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

JWTConfiguration

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

Represents the configuration of a JWT authorizer. Required for the JWT authorizer type. Supported only for HTTP APIs.

interface JWTConfiguration {
Audience?: string[] | null;
Issuer?: string | null;
}

§Properties

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

A list of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list. See RFC 7519. Supported only for HTTP APIs.

§
Issuer?: string | null
[src]

TODO: Failed to render documentation: unhandled paragraph inner tag replaceable