public static interface BackendAuthAppleProviderConfig.Builder extends SdkPojo, CopyableBuilder<BackendAuthAppleProviderConfig.Builder,BackendAuthAppleProviderConfig>
| Modifier and Type | Method and Description |
|---|---|
BackendAuthAppleProviderConfig.Builder |
clientId(String clientId)
Describes the client_id (also called Services ID) that comes from Apple.
|
BackendAuthAppleProviderConfig.Builder |
keyId(String keyId)
Describes the key_id that comes from Apple.
|
BackendAuthAppleProviderConfig.Builder |
privateKey(String privateKey)
Describes the private_key that comes from Apple.
|
BackendAuthAppleProviderConfig.Builder |
teamId(String teamId)
Describes the team_id that comes from Apple.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackendAuthAppleProviderConfig.Builder clientId(String clientId)
Describes the client_id (also called Services ID) that comes from Apple.
clientId - Describes the client_id (also called Services ID) that comes from Apple.BackendAuthAppleProviderConfig.Builder keyId(String keyId)
Describes the key_id that comes from Apple.
keyId - Describes the key_id that comes from Apple.BackendAuthAppleProviderConfig.Builder privateKey(String privateKey)
Describes the private_key that comes from Apple.
privateKey - Describes the private_key that comes from Apple.BackendAuthAppleProviderConfig.Builder teamId(String teamId)
Describes the team_id that comes from Apple.
teamId - Describes the team_id that comes from Apple.Copyright © 2023. All rights reserved.