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

GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims

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

JWT claims used for the jwt-bearer authorization grant.

interface GoogleCloudConnectorsV1AuthConfigOauth2JwtBearerJwtClaims {
audience?: string;
issuer?: string;
subject?: string;
}

§Properties

§
audience?: string
[src]

Value for the "aud" claim.

§
issuer?: string
[src]

Value for the "iss" claim.

§
subject?: string
[src]

Value for the "sub" claim.