| Constructor and Description |
|---|
OAuthConfig()
Create a new OAuthConfig that uses an OAuthToken
|
| Modifier and Type | Method and Description |
|---|---|
OAuthConfig |
addEmptyAccessTokenToBaseString(boolean addEmptyAccessTokenToBaseString)
Configure whether or not to add an empty oauth token for OAuth1 while generating Base string
|
OAuthConfig |
and()
Syntactic sugar.
|
boolean |
isUserConfigured() |
static OAuthConfig |
oauthConfig() |
boolean |
shouldAddEmptyAccessOAuthTokenToBaseString()
Returns whether or not add an empty oauth token for oauth1 while generating Base string.
|
OAuthConfig |
with()
Syntactic sugar.
|
public OAuthConfig()
public OAuthConfig addEmptyAccessTokenToBaseString(boolean addEmptyAccessTokenToBaseString)
addEmptyAccessTokenToBaseString - Whether or not to add an empty oauth access token parameter while generating base stringOAuthConfigaddEmptyAccessTokenToBaseString(boolean)public boolean shouldAddEmptyAccessOAuthTokenToBaseString()
OAuthConfigpublic boolean isUserConfigured()
isUserConfigured in interface Configpublic static OAuthConfig oauthConfig()
public OAuthConfig and()
public OAuthConfig with()
Copyright © 2010–2022. All rights reserved.