[][src]Type Definition oauth1_request::Credentials

type Credentials<T = String> = Credentials<T>;

The "credentials" pair defined in RFC 5849 section 1.1.

This type represents:

  • Client credentials (consumer key and secrets)
  • Temporary credentials (request token and secret)
  • Token credentials (access token and secret)