Interface | Description |
---|---|
SigningStrategy |
Defines how an OAuth signature string is written to a request.
|
Class | Description |
---|---|
AuthorizationHeaderSigningStrategy |
Writes to the HTTP Authorization header field.
|
HmacSha1MessageSigner | |
OAuthMessageSigner | |
PlainTextMessageSigner | |
QueryStringSigningStrategy |
Writes to a URL query string.
|
SignatureBaseString |