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;
}