|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.social.oauth1.AuthorizedRequestToken
public class AuthorizedRequestToken
A OAuth 1.0 request token that has been authorized by the user. Constructed after the user grants the consumer application access to their data hosted at the service provider. This is typically achieved by the user clicking "Allow" over at the provider's site. The service provider returns a Verifier string in the authorization callback that must also be submitted in the access token request.
Constructor Summary | |
---|---|
AuthorizedRequestToken(OAuthToken requestToken,
java.lang.String verifier)
Creates an authorized request token. |
Method Summary | |
---|---|
java.lang.String |
getSecret()
The request token secret. |
java.lang.String |
getValue()
The request token value. |
java.lang.String |
getVerifier()
The verifier string generated by the provider. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorizedRequestToken(OAuthToken requestToken, java.lang.String verifier)
requestToken
- the request token objectMethod Detail |
---|
public java.lang.String getValue()
public java.lang.String getSecret()
public java.lang.String getVerifier()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |