Docs.rs
  • oauth1-client-0.1.0
    • oauth1-client 0.1.0
    • Permalink
    • Docs.rs crate page
    • EUPL-1.2
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • LunarEclipse363
    • Dependencies
      • base64 ^0.21 normal
      • dyn-clonable ^0.9.0 normal
      • hmac ^0.12 normal
      • http ^0.2 normal
      • itertools ^0.11.0 normal
      • rand ^0.8 normal
      • percent-encoding-rfc3986 ^0.1 normal
      • rsa ^0.8 normal optional
      • sha1 ^0.10 normal
      • thiserror ^1.0.58 normal
      • uuid ^1.3 normal
    • Versions
    • 85.19% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

oauth1_client0.1.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • AccessToken
  • ConsumerCredentials
  • OAuthRequest
  • OAuthRequestBuilder
  • Parameter
  • signature::HmacSha1Signature
  • signature::PlaintextSignature
  • signature::RsaSha1Signature

Enums

  • AuthenticationLevel
  • AuthorizationScheme
  • OAuthError

Traits

  • signature::SignatureMethod

Functions

  • flow::create_request_token_request
  • flow::create_request_uri
  • flow::create_token_exchange_request
  • flow::get_access_token_from_response
  • flow::get_request_token_from_response
  • percent_encoding::decode_string
  • percent_encoding::encode_string

Type Aliases

  • flow::RequestToken

Constants

  • percent_encoding::RESERVED_CHARACTERS