[][src]Module oauth1_request::signature_method::plaintext

The PLAINTEXT signature method (RFC 5849 section 3.4.4.).

Structs

Plaintext

The PLAINTEXT signature method.

PlaintextSign

A Sign implementation that just returns the signing key used to construct it.