Docs.rs
  • atproto-oauth-0.9.3
    • atproto-oauth 0.9.3
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ngerakines
    • Dependencies
      • anyhow ^1.0 normal
      • async-trait ^0.1.88 normal
      • atproto-identity ^0.9.3 normal
      • axum ^0.8 normal optional
      • base64 ^0.22.1 normal
      • chrono ^0.4.41 normal
      • ecdsa ^0.16.9 normal
      • elliptic-curve ^0.13.8 normal
      • http ^1.0.0 normal optional
      • k256 ^0.13.4 normal
      • lru ^0.12 normal optional
      • multibase ^0.9.1 normal
      • p256 ^0.13.2 normal
      • p384 ^0.13.0 normal
      • rand ^0.8 normal
      • reqwest ^0.12 normal
      • reqwest-chain ^1.0.0 normal
      • reqwest-middleware ^0.4.2 normal
      • serde ^1.0 normal
      • serde_ipld_dagcbor ^0.6.3 normal
      • serde_json ^1.0 normal
      • sha2 ^0.10.9 normal
      • thiserror ^2.0 normal
      • tokio ^1.41 normal
      • tracing ^0.1 normal
      • ulid ^1.2.1 normal
      • zeroize ^1.8.1 normal optional
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

atproto_oauth0.9.3

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • axum::state::OAuthRequestStorageExtractor
  • dpop::DpopRetry
  • dpop::DpopValidationConfig
  • jwk::WrappedJsonWebKey
  • jwk::WrappedJsonWebKeySet
  • jwt::Claims
  • jwt::Header
  • jwt::JoseClaims
  • resources::AuthorizationServer
  • resources::OAuthProtectedResource
  • storage_lru::LruOAuthRequestStorage
  • workflow::OAuthClient
  • workflow::OAuthRequest
  • workflow::OAuthRequestState
  • workflow::ParResponse
  • workflow::TokenResponse

Enums

  • errors::AuthServerValidationError
  • errors::DpopError
  • errors::JWKError
  • errors::JWTError
  • errors::OAuthClientError
  • errors::OAuthStorageError
  • errors::ResourceValidationError

Traits

  • encoding::FromBase64
  • encoding::ToBase64
  • storage::OAuthRequestStorage

Functions

  • dpop::auth_dpop
  • dpop::extract_jwk_thumbprint
  • dpop::is_dpop_error
  • dpop::request_dpop
  • dpop::validate_dpop_jwt
  • jwk::generate
  • jwk::thumbprint
  • jwk::to_key_data
  • jwt::mint
  • jwt::verify
  • pkce::challenge
  • pkce::generate
  • resources::oauth_authorization_server
  • resources::oauth_protected_resource
  • resources::pds_resources
  • workflow::oauth_complete
  • workflow::oauth_init
  • workflow::oauth_refresh

Type Aliases

  • jwt::SecondsSinceEpoch