Class BackendAuthSocialProviderConfig
- java.lang.Object
-
- software.amazon.awssdk.services.amplifybackend.model.BackendAuthSocialProviderConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>
@Generated("software.amazon.awssdk:codegen") public final class BackendAuthSocialProviderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>
Describes third-party social federation configurations for allowing your app users to sign in using OAuth.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBackendAuthSocialProviderConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BackendAuthSocialProviderConfig.Builderbuilder()StringclientId()Describes the client_id, which can be obtained from the third-party social federation provider.StringclientSecret()Describes the client_secret, which can be obtained from third-party social federation providers.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends BackendAuthSocialProviderConfig.Builder>serializableBuilderClass()BackendAuthSocialProviderConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
clientId
public final String clientId()
Describes the client_id, which can be obtained from the third-party social federation provider.
- Returns:
- Describes the client_id, which can be obtained from the third-party social federation provider.
-
clientSecret
public final String clientSecret()
Describes the client_secret, which can be obtained from third-party social federation providers.
- Returns:
- Describes the client_secret, which can be obtained from third-party social federation providers.
-
toBuilder
public BackendAuthSocialProviderConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>
-
builder
public static BackendAuthSocialProviderConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends BackendAuthSocialProviderConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-