| Package | Description |
|---|---|
| com.twitter.joauth | |
| com.twitter.joauth.keyvalue |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueParser.ConstKeyValueParser
For testing.
|
static class |
KeyValueParser.StandardKeyValueParser
StandardKeyValueParser is a KeyValueParser that splits a string on a delimiter,
and then splits each pair with the kvDelimiter.
|
| Modifier and Type | Field and Description |
|---|---|
static KeyValueParser |
KeyValueParser.HeaderKeyValueParser
HeaderKeyValueParser is a KeyValueParser for Authorization headers
|
static KeyValueParser |
KeyValueParser.QueryKeyValueParser
QueryKeyValueParser is a KeyValueParser for a query string
|
Copyright © 2019. All Rights Reserved.