play.libs
类 OAuth2.Response

java.lang.Object
  继承者 play.libs.OAuth2.Response
包容类:
OAuth2

public static class OAuth2.Response
extends java.lang.Object


字段摘要
 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
 

字段详细信息

accessToken

public final java.lang.String accessToken

error

public final OAuth2.Error error

httpResponse

public final WS.HttpResponse httpResponse
构造方法详细信息

OAuth2.Response

public OAuth2.Response(WS.HttpResponse response)
方法详细信息

error

public static OAuth2.Response error(OAuth2.Error error,
                                    WS.HttpResponse response)


Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly