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

SocialProviderSettings

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

The settings for using the social identity providers for access to your Amplify app.

interface SocialProviderSettings {
LoginWithAmazon?: BackendAuthSocialProviderConfig | null;
SignInWithApple?: BackendAuthAppleProviderConfig | null;
}