public interface AuthenticationSettings
| Modifier and Type | Method and Description |
|---|---|
String |
getGoogleAppClientId() |
boolean |
getGoogleSignIn() |
boolean |
getSignUp() |
boolean |
getSignUpModeration() |
TwoFactorAuthenticationSetting |
getTwoFactorAuthentication() |
void |
setGoogleAppClientId(String googleAppClientId) |
void |
setGoogleSignIn(boolean signIn) |
void |
setSignUp(boolean signUp) |
void |
setSignUpModeration(boolean signUpModeration) |
void |
setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication) |
boolean getSignUp()
void setSignUp(boolean signUp)
signUp - true if sign up is enabledboolean getSignUpModeration()
void setSignUpModeration(boolean signUpModeration)
signUpModeration - true if sign up is moderatedvoid setGoogleSignIn(boolean signIn)
signIn - whether sign in is enabledboolean getGoogleSignIn()
true if sign in is enabledvoid setGoogleAppClientId(String googleAppClientId)
googleAppClientId - Google app client ID used during Google Sign-InString getGoogleAppClientId()
void setTwoFactorAuthentication(TwoFactorAuthenticationSetting twoFactorAuthentication)
twoFactorAuthentication - whether two factor authentication is disabled, enabled or enforcedTwoFactorAuthenticationSetting getTwoFactorAuthentication()
enabled or enforced if two factor authentication is optional or mandatory, disabled when it is offCopyright © 2017. All rights reserved.