Uses of Enum Class
ch.rswk.meta.engine.UserService.VerifyTokenState
Packages that use UserService.VerifyTokenState
Package
Description
meta-engine is the backend of every application based on meta.
-
Uses of UserService.VerifyTokenState in ch.rswk.meta.engine
Fields in ch.rswk.meta.engine declared as UserService.VerifyTokenStateModifier and TypeFieldDescriptionprivate final UserService.VerifyTokenState
UserService.VerifyTokenReply.state
The field for thestate
record component.Methods in ch.rswk.meta.engine that return UserService.VerifyTokenStateModifier and TypeMethodDescriptionUserService.VerifyTokenReply.state()
Returns the value of thestate
record component.static UserService.VerifyTokenState
Returns the enum constant of this class with the specified name.static UserService.VerifyTokenState[]
UserService.VerifyTokenState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.rswk.meta.engine with parameters of type UserService.VerifyTokenStateModifierConstructorDescriptionVerifyTokenReply
(@Nullable io.jsonwebtoken.Claims claims, UserService.VerifyTokenState state, @Nullable String subject) Creates an instance of aVerifyTokenReply
record class.