[][src]Type Definition oauth1_request::HmacSha1Signer

type HmacSha1Signer<State = NotReady> = Signer<HmacSha1, State>;

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