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

GoogleCloudIntegrationsV1alphaOidcToken

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

OIDC Token

interface GoogleCloudIntegrationsV1alphaOidcToken {
audience?: string;
serviceAccountEmail?: string;
token?: string;
tokenExpireTime?: Date;
}

§Properties

§
audience?: string
[src]

Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for.

§
serviceAccountEmail?: string
[src]

The service account email to be used as the identity for the token.

§
token?: string
[src]

ID token obtained for the service account

§
tokenExpireTime?: Date
[src]

The approximate time until the token retrieved is valid.