Enum AuthenticationFlowError

java.lang.Object
java.lang.Enum<AuthenticationFlowError>
org.keycloak.authentication.AuthenticationFlowError
All Implemented Interfaces:
Serializable, Comparable<AuthenticationFlowError>

public enum AuthenticationFlowError extends Enum<AuthenticationFlowError>
Set of error codes that can be thrown by an Authenticator, FormAuthenticator, or FormAction
Version:
$Revision: 1 $
Author:
Bill Burke