|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectplay.libs.OAuth2.Response
public static class OAuth2.Response
| 字段摘要 | |
|---|---|
java.lang.String |
accessToken
|
OAuth2.Error |
error
|
WS.HttpResponse |
httpResponse
|
| 构造方法摘要 | |
|---|---|
OAuth2.Response(WS.HttpResponse response)
|
|
| 方法摘要 | |
|---|---|
static OAuth2.Response |
error(OAuth2.Error error,
WS.HttpResponse response)
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public final java.lang.String accessToken
public final OAuth2.Error error
public final WS.HttpResponse httpResponse
| 构造方法详细信息 |
|---|
public OAuth2.Response(WS.HttpResponse response)
| 方法详细信息 |
|---|
public static OAuth2.Response error(OAuth2.Error error,
WS.HttpResponse response)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||