Uses of Enum Class
me.zhyd.oauth.enums.AuthResponseStatus
Packages that use AuthResponseStatus
-
Uses of AuthResponseStatus in me.zhyd.oauth.enums
Methods in me.zhyd.oauth.enums that return AuthResponseStatusModifier and TypeMethodDescriptionstatic AuthResponseStatusReturns the enum constant of this class with the specified name.static AuthResponseStatus[]AuthResponseStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthResponseStatus in me.zhyd.oauth.exception
Constructors in me.zhyd.oauth.exception with parameters of type AuthResponseStatusModifierConstructorDescriptionAuthException(AuthResponseStatus status) AuthException(AuthResponseStatus status, AuthSource source)