@Generated(value="software.amazon.awssdk:codegen") public final class SocialProviderSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SocialProviderSettings.Builder,SocialProviderSettings>
The settings for using the social identity providers for access to your Amplify app.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SocialProviderSettings.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SocialProviderSettings.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
BackendAuthSocialProviderConfig |
facebook()
Returns the value of the Facebook property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
BackendAuthSocialProviderConfig |
google()
Returns the value of the Google property for this object.
|
int |
hashCode() |
BackendAuthSocialProviderConfig |
loginWithAmazon()
Returns the value of the LoginWithAmazon property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SocialProviderSettings.Builder> |
serializableBuilderClass() |
BackendAuthAppleProviderConfig |
signInWithApple()
Returns the value of the SignInWithApple property for this object.
|
SocialProviderSettings.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final BackendAuthSocialProviderConfig facebook()
public final BackendAuthSocialProviderConfig google()
public final BackendAuthSocialProviderConfig loginWithAmazon()
public final BackendAuthAppleProviderConfig signInWithApple()
public SocialProviderSettings.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SocialProviderSettings.Builder,SocialProviderSettings>public static SocialProviderSettings.Builder builder()
public static Class<? extends SocialProviderSettings.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.