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

AuthProviderBinding

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

The AuthProvider of the Binding.

interface AuthProviderBinding {
authProvider?: string;
continueUri?: string;
scopes?: string[];
}

§Properties

§
authProvider?: string
[src]

Required. The resource name of the target AuthProvider. Format: * projects/{project}/locations/{location}/authProviders/{auth_provider}

§
continueUri?: string
[src]

Optional. The continue URI of the AuthProvider. The URI is used to reauthenticate the user and finalize the managed OAuth flow.

§
scopes?: string[]
[src]

Optional. The list of OAuth2 scopes of the AuthProvider.