Type Definition oauth1_request::PlaintextSigner

source ·
pub type PlaintextSigner<State = NotReady> = Signer<Plaintext, State>;
Expand description

A version of Signer that uses the PLAINTEXT signature method.