Package | Description |
---|---|
org.springframework.social.oauth1 |
OAuth1 client.
|
Modifier and Type | Field and Description |
---|---|
static OAuth1Parameters |
OAuth1Parameters.NONE
Shared instance for passing zero authorization parameters (common for OAuth 1.0a-based flows).
|
Modifier and Type | Method and Description |
---|---|
String |
OAuth1Template.buildAuthenticateUrl(String requestToken,
OAuth1Parameters parameters) |
String |
OAuth1Operations.buildAuthenticateUrl(String requestToken,
OAuth1Parameters parameters)
Construct the URL to redirect the user to for authentication.
|
String |
OAuth1Template.buildAuthorizeUrl(String requestToken,
OAuth1Parameters parameters) |
String |
OAuth1Operations.buildAuthorizeUrl(String requestToken,
OAuth1Parameters parameters)
Construct the URL to redirect the user to for authorization.
|
Copyright © 2016. All rights reserved.