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

BackendAuthSocialProviderConfig

import type { BackendAuthSocialProviderConfig } from "https://aws-api.deno.dev/v0.4/services/amplifybackend.ts?docs=full";

Describes third-party social federation configurations for allowing your app users to sign in using OAuth.

interface BackendAuthSocialProviderConfig {
ClientId?: string | null;
ClientSecret?: string | null;
}

§Properties

§
ClientId?: string | null
[src]

Describes the client_id, which can be obtained from the third-party social federation provider.

§
ClientSecret?: string | null
[src]

Describes the client_secret, which can be obtained from third-party social federation providers.