|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object play.libs.OAuth
public class OAuth
Nested Class Summary | |
---|---|
static class |
OAuth.ServiceInfo
|
static class |
OAuth.TokenPair
|
Method Summary | |
---|---|
static boolean |
isVerifierResponse()
|
java.lang.String |
redirectUrl(OAuth.TokenPair tokenPair)
|
OAuth.TokenPair |
requestAccessToken(OAuth.TokenPair tokenPair)
|
OAuth.TokenPair |
requestUnauthorizedToken()
Request the unauthorized token and secret. |
static OAuth |
service(OAuth.ServiceInfo info)
Create an OAuth object for the service described in info |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static OAuth service(OAuth.ServiceInfo info)
info
- must contain all informations related to the service
public static boolean isVerifierResponse()
public OAuth.TokenPair requestUnauthorizedToken()
public OAuth.TokenPair requestAccessToken(OAuth.TokenPair tokenPair)
public java.lang.String redirectUrl(OAuth.TokenPair tokenPair)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |