Uses of Enum Class
eu.webtoolkit.jwt.auth.EmailTokenState
Packages that use EmailTokenState
-
Uses of EmailTokenState in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return EmailTokenStateModifier and TypeMethodDescriptionEmailTokenResult.getState()Returns the result.static EmailTokenStateReturns the enum constant of this class with the specified name.static EmailTokenState[]EmailTokenState.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in eu.webtoolkit.jwt.auth with parameters of type EmailTokenStateModifierConstructorDescriptionEmailTokenResult(EmailTokenState state) Constructor.EmailTokenResult(EmailTokenState state, User user) Constructor.