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

IdentityAwareProxyClient

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

Contains the data that describes an Identity Aware Proxy owned client.

interface IdentityAwareProxyClient {
displayName?: string;
readonly name?: string;
readonly secret?: string;
}

§Properties

§
displayName?: string
[src]

Human-friendly name given to the OAuth client.

§
readonly name?: string
[src]

Output only. Unique identifier of the OAuth client.

§
readonly secret?: string
[src]

Output only. Client secret of the OAuth client.