play.libs
类 OAuth.Response
java.lang.Object
play.libs.OAuth.Response
- 包容类:
- 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.
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
token
public final java.lang.String token
secret
public final java.lang.String secret
error
public final OAuth.Error error
toString
public java.lang.String toString()
- 覆盖:
- 类
java.lang.Object
中的 toString
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly