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

GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer

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

Parameters to support JSON Web Token (JWT) Profile for Oauth 2.0 Authorization Grant based authentication. See https://tools.ietf.org/html/rfc7523 for more details.

interface GoogleCloudConnectorsV1AuthConfigOauth2JwtBearer {}

§Properties

§

Secret version reference containing a PKCS#8 PEM-encoded private key associated with the Client Certificate. This private key will be used to sign JWTs used for the jwt-bearer authorization grant. Specified in the form as: projects/*\/secrets/*\/versions/*.

§

JwtClaims providers fields to generate the token.