| Package | Description |
|---|---|
| com.twitter.joauth |
| Modifier and Type | Class and Description |
|---|---|
static class |
Normalizer.StandardNormalizer
the standard implementation of the Normalizer trait.
|
| Modifier and Type | Method and Description |
|---|---|
static Normalizer |
Normalizer.getStandardNormalizer() |
| Modifier and Type | Method and Description |
|---|---|
UnpackedRequest.OAuth1Request |
UnpackedRequest.OAuth1RequestHelper.buildOAuth1Request(Request.ParsedRequest parsedRequest,
OAuthParams.OAuth1Params oAuth1Params,
Normalizer normalize) |
UnpackedRequest.OAuth1TwoLeggedRequest |
UnpackedRequest.OAuth1RequestHelper.buildOAuth1TwoLeggedRequest(Request.ParsedRequest parsedRequest,
OAuthParams.OAuth1Params oAuth1Params,
Normalizer normalize) |
| 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) |
StandardUnpacker(OAuthParams.OAuthParamsHelper helper,
Normalizer normalizer,
KeyValueParser queryParser,
KeyValueParser headerParser) |
Copyright © 2019. All Rights Reserved.