Uses of Enum
org.keycloak.adapters.OIDCAuthenticationError.Reason
Packages that use OIDCAuthenticationError.Reason
-
Uses of OIDCAuthenticationError.Reason in org.keycloak.adapters
Methods in org.keycloak.adapters that return OIDCAuthenticationError.ReasonModifier and TypeMethodDescriptionOIDCAuthenticationError.getReason()Returns the enum constant of this type with the specified name.static OIDCAuthenticationError.Reason[]OIDCAuthenticationError.Reason.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.keycloak.adapters with parameters of type OIDCAuthenticationError.ReasonModifier and TypeMethodDescriptionprotected AuthChallengeOAuthRequestAuthenticator.challenge(int code, OIDCAuthenticationError.Reason reason, String description) protected AuthChallengeBearerTokenRequestAuthenticator.challengeResponse(HttpFacade facade, OIDCAuthenticationError.Reason reason, String error, String description) Constructors in org.keycloak.adapters with parameters of type OIDCAuthenticationError.ReasonModifierConstructorDescriptionOIDCAuthenticationError(OIDCAuthenticationError.Reason reason, String description)