@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackendAuthSocialProviderConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BackendAuthSocialProviderConfig.Builder |
builder() |
String |
clientId()
Describes the client_id that can be obtained from the third-party social federation provider.
|
String |
clientSecret()
Describes the client_secret that can be obtained from third-party social federation providers.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends BackendAuthSocialProviderConfig.Builder> |
serializableBuilderClass() |
BackendAuthSocialProviderConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientId()
Describes the client_id that can be obtained from the third-party social federation provider.
public final String clientSecret()
Describes the client_secret that can be obtained from third-party social federation providers.
public BackendAuthSocialProviderConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>public static BackendAuthSocialProviderConfig.Builder builder()
public static Class<? extends BackendAuthSocialProviderConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.