We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14b8b9 commit af8d6f3Copy full SHA for af8d6f3
src/pages/[platform]/build-a-backend/auth/concepts/external-identity-providers/index.mdx
@@ -225,7 +225,7 @@ import { defineAuth } from '@aws-amplify/backend';
225
226
export const auth = defineAuth({
227
loginWith: {
228
- externalAuthProviders: {
+ externalProviders: {
229
loginWithAmazon: {
230
clientId: secret('LOGINWITHAMAZON_CLIENT_ID'),
231
clientSecret: secret('LOGINWITHAMAZON_CLIENT_SECRET'),
0 commit comments