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