| Package | Description |
|---|---|
| com.twitter.joauth |
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthParams.StandardOAuthParamsHelperImpl
Provides the default implementation of the OAuthParamsHelper trait
Though stateless and threadsafe, this is a class rather than an object to allow easy
access from Java.
|
| Modifier and Type | Field and Description |
|---|---|
static OAuthParams.OAuthParamsHelper |
OAuthParams.STANDARD_OAUTH_PARAMS_HELPER
the singleton object of StandardOAuthParamsHelper
|
| Modifier and Type | Method and Description |
|---|---|
static Unpacker.StandardUnpacker |
Unpacker.StandardUnpackerFactory.newUnpacker(OAuthParams.OAuthParamsHelper helper) |
| Constructor and Description |
|---|
CustomizableUnpacker(OAuthParams.OAuthParamsHelper helper,
Normalizer normalizer,
KeyValueParser queryParser,
KeyValueParser headerParser,
Unpacker.KeyValueCallback queryParamTransformer,
Unpacker.KeyValueCallback bodyParamTransformer,
Unpacker.KeyValueCallback headerTransformer,
Unpacker.OAuth2Checker shouldAllowOAuth2) |
OAuthParamsBuilder(OAuthParams.OAuthParamsHelper helper) |
StandardUnpacker(OAuthParams.OAuthParamsHelper helper,
Normalizer normalizer,
KeyValueParser queryParser,
KeyValueParser headerParser) |
Copyright © 2019. All Rights Reserved.