Uses of Class
play.libs.OAuth2.Error.Type
-
Packages that use OAuth2.Error.Type Package Description play.libs -
-
Uses of OAuth2.Error.Type in play.libs
Fields in play.libs declared as OAuth2.Error.Type Modifier and Type Field Description OAuth2.Error.Type
OAuth2.Error. type
Methods in play.libs that return OAuth2.Error.Type Modifier and Type Method Description static OAuth2.Error.Type
OAuth2.Error.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OAuth2.Error.Type[]
OAuth2.Error.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-