FailedLoginReason

The reason for the failed login attempt in the Partner''s system, related to user failure or Partner''s system failure. - INVALID_CREDENTIALS - Applicable if the user provided invalid login credentials for this login attempt. - ACCOUNT_NOT_FOUND - Applicable if the user attempted to login to an account that doesn't exist. - VERIFICATION_FAILED - Applicable if the user failed the verification for this login, or any authentication exception occured in the Partner system for this login attempt. - ACCOUNT_LOCKED - Applicable if the user attempted to login to an account that is locked. Values: INVALID_CREDENTIALS,ACCOUNT_NOT_FOUND,VERIFICATION_FAILED,ACCOUNT_LOCKED

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 reason for the failed login attempt in the Partner''s system, related to user failure or Partner''s system failure. - INVALID_CREDENTIALS - Applicable if the user provided invalid login credentials for this login attempt. - ACCOUNT_NOT_FOUND - Applicable if the user attempted to login to an account that doesn't exist. - VERIFICATION_FAILED - Applicable if the user failed the verification for this login, or any authentication exception occured in the Partner system for this login attempt. - ACCOUNT_LOCKED - Applicable if the user attempted to login to an account that is locked. Values: INVALID_CREDENTIALS,ACCOUNT_NOT_FOUND,VERIFICATION_FAILED,ACCOUNT_LOCKED

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.