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

OidcRpConfig

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

OIDC RP (relying party) configuration.

interface OidcRpConfig {
clientId?: string;
clientSecret?: string;
readonly redirectUris?: string[];
}

§Properties

§
clientId?: string
[src]

OAuth2 client ID for OIDC.

§
clientSecret?: string
[src]

Input only. OAuth2 client secret for OIDC.

§
readonly redirectUris?: string[]
[src]

Output only. The URL(s) that this client may use in authentication requests.