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

GenerateIdTokenResponse

import type { GenerateIdTokenResponse } from "https://googleapis.deno.dev/v1/iamcredentials:v1.ts";
interface GenerateIdTokenResponse {
token?: string;
}

§Properties

§
token?: string
[src]

The OpenId Connect ID token.