| Package | Description |
|---|---|
| com.amazonaws.services.amplifybackend.model |
| Modifier and Type | Method and Description |
|---|---|
SocialProviderSettings |
SocialProviderSettings.clone() |
SocialProviderSettings |
UpdateBackendAuthOAuthConfig.getSocialProviderSettings()
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
SocialProviderSettings |
CreateBackendAuthOAuthConfig.getSocialProviderSettings()
The settings for using social providers to access your Amplify app.
|
SocialProviderSettings |
SocialProviderSettings.withFacebook(BackendAuthSocialProviderConfig facebook) |
SocialProviderSettings |
SocialProviderSettings.withGoogle(BackendAuthSocialProviderConfig google) |
SocialProviderSettings |
SocialProviderSettings.withLoginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon) |
SocialProviderSettings |
SocialProviderSettings.withSignInWithApple(BackendAuthAppleProviderConfig signInWithApple) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBackendAuthOAuthConfig.setSocialProviderSettings(SocialProviderSettings socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
void |
CreateBackendAuthOAuthConfig.setSocialProviderSettings(SocialProviderSettings socialProviderSettings)
The settings for using social providers to access your Amplify app.
|
UpdateBackendAuthOAuthConfig |
UpdateBackendAuthOAuthConfig.withSocialProviderSettings(SocialProviderSettings socialProviderSettings)
Describes third-party social federation configurations for allowing your users to sign in with OAuth.
|
CreateBackendAuthOAuthConfig |
CreateBackendAuthOAuthConfig.withSocialProviderSettings(SocialProviderSettings socialProviderSettings)
The settings for using social providers to access your Amplify app.
|
Copyright © 2024. All rights reserved.