static SocialProviderSettings.Builder |
SocialProviderSettings.builder() |
|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.facebook(Consumer<BackendAuthSocialProviderConfig.Builder> facebook) |
Sets the value of the Facebook property for this object.
|
SocialProviderSettings.Builder |
SocialProviderSettings.Builder.facebook(BackendAuthSocialProviderConfig facebook) |
Sets the value of the Facebook property for this object.
|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.google(Consumer<BackendAuthSocialProviderConfig.Builder> google) |
Sets the value of the Google property for this object.
|
SocialProviderSettings.Builder |
SocialProviderSettings.Builder.google(BackendAuthSocialProviderConfig google) |
Sets the value of the Google property for this object.
|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.loginWithAmazon(Consumer<BackendAuthSocialProviderConfig.Builder> loginWithAmazon) |
Sets the value of the LoginWithAmazon property for this object.
|
SocialProviderSettings.Builder |
SocialProviderSettings.Builder.loginWithAmazon(BackendAuthSocialProviderConfig loginWithAmazon) |
Sets the value of the LoginWithAmazon property for this object.
|
default SocialProviderSettings.Builder |
SocialProviderSettings.Builder.signInWithApple(Consumer<BackendAuthAppleProviderConfig.Builder> signInWithApple) |
Sets the value of the SignInWithApple property for this object.
|
SocialProviderSettings.Builder |
SocialProviderSettings.Builder.signInWithApple(BackendAuthAppleProviderConfig signInWithApple) |
Sets the value of the SignInWithApple property for this object.
|
SocialProviderSettings.Builder |
SocialProviderSettings.toBuilder() |
|