public class OAuth10Configuration extends OAuthConfiguration<com.github.scribejava.core.oauth.OAuth10aService,com.github.scribejava.core.model.OAuth1AccessToken>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OAUTH_VERIFIER |
static java.lang.String |
REQUEST_TOKEN |
OAUTH_TOKEN, RESPONSE_TYPE_CODE| Constructor and Description |
|---|
OAuth10Configuration() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRequestTokenSessionAttributeName(java.lang.String clientName)
Return the name of the attribute storing in session the request token.
|
buildService, getApi, getHasBeenCancelledFactory, getHttpClientConfig, getKey, getProfileDefinition, getResponseType, getScope, getSecret, internalInit, isTokenAsHeader, setApi, setHasBeenCancelledFactory, setHttpClientConfig, setKey, setProfileDefinition, setResponseType, setScope, setSecret, setTokenAsHeader, toStringinitpublic static final java.lang.String OAUTH_VERIFIER
public static final java.lang.String REQUEST_TOKEN
public java.lang.String getRequestTokenSessionAttributeName(java.lang.String clientName)
clientName - the client nameCopyright © 2018. All Rights Reserved.