[][src]Module oauth1_request::signature_method::identity

A pseudo signature method for debugging purpose.

Structs

Identity

A pseudo signature method that just returns the signature base string as the signature.

IdentitySign

A Sign implementation that just returns the signature base string.