public static interface BackendAuthSocialProviderConfig.Builder extends SdkPojo, CopyableBuilder<BackendAuthSocialProviderConfig.Builder,BackendAuthSocialProviderConfig>
| Modifier and Type | Method and Description |
|---|---|
BackendAuthSocialProviderConfig.Builder |
clientId(String clientId)
Describes the client_id that can be obtained from the third-party social federation provider.
|
BackendAuthSocialProviderConfig.Builder |
clientSecret(String clientSecret)
Describes the client_secret that can be obtained from third-party social federation providers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBackendAuthSocialProviderConfig.Builder clientId(String clientId)
Describes the client_id that can be obtained from the third-party social federation provider.
clientId - Describes the client_id that can be obtained from the third-party social federation provider.BackendAuthSocialProviderConfig.Builder clientSecret(String clientSecret)
Describes the client_secret that can be obtained from third-party social federation providers.
clientSecret - Describes the client_secret that can be obtained from third-party social federation providers.Copyright © 2021. All rights reserved.