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

EndUserAuthConfigOauth2JwtBearerConfig

import type { EndUserAuthConfigOauth2JwtBearerConfig } from "https://googleapis.deno.dev/v1/ces:v1.ts";

JWT Profile Oauth 2.0 Authorization Grant authentication configuration.

interface EndUserAuthConfigOauth2JwtBearerConfig {
clientKey?: string;
issuer?: string;
subject?: string;
}

§Properties

§
clientKey?: string
[src]

Required. Client parameter name to pass through. Must be in the format $context.variables..

§
issuer?: string
[src]

Required. Issuer parameter name to pass through. Must be in the format $context.variables..

§
subject?: string
[src]

Required. Subject parameter name to pass through. Must be in the format $context.variables..