public static interface SocialProviderSettings.Builder extends SdkPojo, CopyableBuilder<SocialProviderSettings.Builder,SocialProviderSettings>
| Modifier and Type | Method and Description |
|---|---|
SocialProviderSettings.Builder |
facebook(BackendAuthSocialProviderConfig facebook)
Sets the value of the Facebook property for this object.
|
default SocialProviderSettings.Builder |
facebook(Consumer<BackendAuthSocialProviderConfig.Builder> facebook)
Sets the value of the Facebook property for this object.
|
SocialProviderSettings.Builder |
google(BackendAuthSocialProviderConfig google)
Sets the value of the Google property for this object.
|
default SocialProviderSettings.Builder |
google(Consumer<BackendAuthSocialProviderConfig.Builder> google)
Sets the value of the Google property for this object.
|
SocialProviderSettings.Builder |
loginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon)
Sets the value of the LoginWithAmazon property for this object.
|
default SocialProviderSettings.Builder |
loginWithAmazon(Consumer<BackendAuthSocialProviderConfig.Builder> loginWithAmazon)
Sets the value of the LoginWithAmazon property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSocialProviderSettings.Builder facebook(BackendAuthSocialProviderConfig facebook)
facebook - The new value for the Facebook property for this object.default SocialProviderSettings.Builder facebook(Consumer<BackendAuthSocialProviderConfig.Builder> facebook)
BackendAuthSocialProviderConfig.Builder
avoiding the need to create one manually via BackendAuthSocialProviderConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to facebook(BackendAuthSocialProviderConfig).facebook - a consumer that will call methods on BackendAuthSocialProviderConfig.Builderfacebook(BackendAuthSocialProviderConfig)SocialProviderSettings.Builder google(BackendAuthSocialProviderConfig google)
google - The new value for the Google property for this object.default SocialProviderSettings.Builder google(Consumer<BackendAuthSocialProviderConfig.Builder> google)
BackendAuthSocialProviderConfig.Builder
avoiding the need to create one manually via BackendAuthSocialProviderConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to google(BackendAuthSocialProviderConfig).google - a consumer that will call methods on BackendAuthSocialProviderConfig.Buildergoogle(BackendAuthSocialProviderConfig)SocialProviderSettings.Builder loginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon)
loginWithAmazon - The new value for the LoginWithAmazon property for this object.default SocialProviderSettings.Builder loginWithAmazon(Consumer<BackendAuthSocialProviderConfig.Builder> loginWithAmazon)
BackendAuthSocialProviderConfig.Builder
avoiding the need to create one manually via BackendAuthSocialProviderConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to loginWithAmazon(BackendAuthSocialProviderConfig).loginWithAmazon - a consumer that will call methods on BackendAuthSocialProviderConfig.BuilderloginWithAmazon(BackendAuthSocialProviderConfig)Copyright © 2021. All rights reserved.