Authentication Type
The type of login authentication method used by a user. For authentication_type ensure attributes mentioned in dictionary below are set to corresponding values only. authentication_type is an enum value with the following mapping with authentication_sub_type attribute: * authentication_type : authentication_sub_type * ------------------------------------------------------------------------------- * CREDENTIALS : EMAIL * CREDENTIALS : * PASSWORD_RESET : EMAIL * SINGLE_SIGN_ON : EMAIL * MULTI_FACTOR_AUTHENTICATION : EMAIL * MULTI_FACTOR_AUTHENTICATION : PHONE * SOCIAL : GOOGLE * SOCIAL : FACEBOOK * SOCIAL : APPLE Values: CREDENTIALS,PASSWORD_RESET,SOCIAL,SINGLE_SIGN_ON,MULTI_FACTOR_AUTHENTICATION
Entries
Properties
Functions
The type of login authentication method used by a user. For authentication_type ensure attributes mentioned in dictionary below are set to corresponding values only. authentication_type is an enum value with the following mapping with authentication_sub_type attribute: * authentication_type : authentication_sub_type * ------------------------------------------------------------------------------- * CREDENTIALS : EMAIL * CREDENTIALS : * PASSWORD_RESET : EMAIL * SINGLE_SIGN_ON : EMAIL * MULTI_FACTOR_AUTHENTICATION : EMAIL * MULTI_FACTOR_AUTHENTICATION : PHONE * SOCIAL : GOOGLE * SOCIAL : FACEBOOK * SOCIAL : APPLE Values: CREDENTIALS,PASSWORD_RESET,SOCIAL,SINGLE_SIGN_ON,MULTI_FACTOR_AUTHENTICATION
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.