Type Definition oauth1_request::HmacSha1Signer

source ·
pub type HmacSha1Signer<State = NotReady> = Signer<HmacSha1, State>;
Expand description

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