AuthenticationType

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
private final String value

Functions

Link copied to clipboard

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

Link copied to clipboard
public final String getValue()
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.