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}