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 stringOAuthConfig
addEmptyAccessTokenToBaseString(boolean)
public boolean shouldAddEmptyAccessOAuthTokenToBaseString()
OAuthConfig
public boolean isUserConfigured()
isUserConfigured
in interface Config
public static OAuthConfig oauthConfig()
public OAuthConfig and()
public OAuthConfig with()
Copyright © 2010–2019. All rights reserved.