Package play.libs
Class OAuth2.Error
- java.lang.Object
-
- play.libs.OAuth2.Error
-
- Enclosing class:
- OAuth2
public static class OAuth2.Error extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OAuth2.Error.Type
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
description
java.lang.String
error
OAuth2.Error.Type
type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
type
public final OAuth2.Error.Type type
-
error
public final java.lang.String error
-
description
public final java.lang.String description
-
-