Package play.libs
Class OAuth.Response
- java.lang.Object
-
- play.libs.OAuth.Response
-
- Enclosing class:
- OAuth
public static class OAuth.Response extends java.lang.Object
Response to an OAuth 1.0 request. If success token and secret are non null, and error is null. If error token and secret are null, and error is non null.
-
-
Field Summary
Fields Modifier and Type Field Description OAuth.Error
error
java.lang.String
secret
java.lang.String
token
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
token
public final java.lang.String token
-
secret
public final java.lang.String secret
-
error
public final OAuth.Error error
-
-