|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.OAuth2.Response
public static class OAuth2.Response
Field Summary | |
---|---|
java.lang.String |
accessToken
|
OAuth2.Error |
error
|
WS.HttpResponse |
httpResponse
|
Constructor Summary | |
---|---|
OAuth2.Response(WS.HttpResponse response)
|
Method Summary | |
---|---|
static OAuth2.Response |
error(OAuth2.Error error,
WS.HttpResponse response)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final java.lang.String accessToken
public final OAuth2.Error error
public final WS.HttpResponse httpResponse
Constructor Detail |
---|
public OAuth2.Response(WS.HttpResponse response)
Method Detail |
---|
public static OAuth2.Response error(OAuth2.Error error, WS.HttpResponse response)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |