[][src]Module oauth1_request::serializer::auth

An OAuth 1.0 Authorization header serializer.

Structs

Authorizer

A Serializer that produces an HTTP Authorization header string by signing a request in OAuth 1.0 protocol.

Options

Optional OAuth parameters.

Type Definitions

HmacSha1Authorizer

A version of Signer that uses the HMAC-SHA1 signature method.

PlaintextAuthorizer

A version of Signer that uses the PLAINTEXT signature method.