Uses of Enum Class
io.meeds.oauth.spi.InteractionState.State
Packages that use InteractionState.State
-
Uses of InteractionState.State in io.meeds.oauth.spi
Methods in io.meeds.oauth.spi that return InteractionState.StateModifier and TypeMethodDescriptionInteractionState.getState()static InteractionState.StateReturns the enum constant of this class with the specified name.static InteractionState.State[]InteractionState.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.meeds.oauth.spi with parameters of type InteractionState.StateModifierConstructorDescriptionInteractionState(InteractionState.State state, T accessTokenContext)