@Generated(value="software.amazon.awssdk:codegen") public final class BackendAuthAppleProviderConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>
Describes Apple social federation configurations for allowing your app users to sign in using OAuth.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BackendAuthAppleProviderConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static BackendAuthAppleProviderConfig.Builder |
builder() |
String |
clientId()
Describes the client_id (also called Services ID) that comes from Apple.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyId()
Describes the key_id that comes from Apple.
|
String |
privateKey()
Describes the private_key that comes from Apple.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BackendAuthAppleProviderConfig.Builder> |
serializableBuilderClass() |
String |
teamId()
Describes the team_id that comes from Apple.
|
BackendAuthAppleProviderConfig.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 (also called Services ID) that comes from Apple.
public final String keyId()
Describes the key_id that comes from Apple.
public final String privateKey()
Describes the private_key that comes from Apple.
public final String teamId()
Describes the team_id that comes from Apple.
public BackendAuthAppleProviderConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>public static BackendAuthAppleProviderConfig.Builder builder()
public static Class<? extends BackendAuthAppleProviderConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.