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

OAuthConfig

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

Looker instance OAuth login settings.

interface OAuthConfig {
clientId?: string;
clientSecret?: string;
}

§Properties

§
clientId?: string
[src]

Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.

§
clientSecret?: string
[src]

Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.