Uses of Class
tech.greenfield.vertx.irked.auth.AuthorizationToken.TokenTypes
-
Packages that use AuthorizationToken.TokenTypes Package Description tech.greenfield.vertx.irked.auth -
-
Uses of AuthorizationToken.TokenTypes in tech.greenfield.vertx.irked.auth
Methods in tech.greenfield.vertx.irked.auth that return AuthorizationToken.TokenTypes Modifier and Type Method Description static AuthorizationToken.TokenTypesAuthorizationToken.TokenTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationToken.TokenTypes[]AuthorizationToken.TokenTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-