pub fn default_builder<S: Into<Cow<'static, str>>>(
    secret_key: S
) -> SignerBuilder<Sha1, HMACAlgorithm<Sha1>, DjangoConcat>
Expand description

Constructs a default signer builder, using the sha1 digest, hmac, and the django concat key derivation.