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

WorkforceIdentityBasedOAuth2ClientID

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

OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,

interface WorkforceIdentityBasedOAuth2ClientID {
readonly firstPartyOauth2ClientId?: string;
readonly thirdPartyOauth2ClientId?: string;
}

§Properties

§
readonly firstPartyOauth2ClientId?: string
[src]

Output only. First party OAuth Client ID for Google Identities.

§
readonly thirdPartyOauth2ClientId?: string
[src]

Output only. Third party OAuth Client ID for External Identity Providers.