Docs.rs
  • ws-auth-0.0.2
    • ws-auth 0.0.2
    • Docs.rs crate page
    • BSD-3-Clause
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tsharp
    • Dependencies
      • actix-files ^0.6.2 normal
      • actix-identity ^0.5.2 normal
      • actix-rt ^2.8.0 normal
      • actix-session ^0.7.2 normal
      • actix-web ^4 normal
      • actix-web-httpauth ^0.8.0 normal
      • chrono ^0.4.23 normal
      • clap ^4 normal
      • cookie ^0.17.0 normal
      • futures ^0.3 normal
      • jsonwebtoken ^8 normal
      • jwtk ^0.2.4 normal
      • rustls ^0.20 normal
      • serde ^1.0.130 normal
      • serde_derive ^1 normal
      • serde_json ^1 normal
      • tokio ^1 normal
      • tracing ^0.1 normal
      • tracing-subscriber ^0.3 normal
      • url ^2.3.1 normal
      • url_params_serializer ^0.1.1 normal
      • uuid ^1.3.0 normal
    • Versions
    • 29.01% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • 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
logo

logo

Crate ws_auth

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Definitions
?
Change settings

List of all items

Structs

  • auth::AuthenticationContext
  • auth::Claim
  • auth::ClaimsPrincipal
  • client::AuthenticationContext
  • client::AuthenticationManager
  • oauth2::OAuthManager
  • oauth2::auth::AuthErrorResponse
  • oauth2::auth::AuthRequest
  • oauth2::auth::AuthResponse
  • oauth2::token::TokenErrorResponse
  • oauth2::token::TokenRequest
  • oauth2::token::TokenResponse
  • server::AuthenticationServer
  • server::oauth_v2::authorize_endpoint
  • server::oauth_v2::keys_endpoint
  • server::oauth_v2::test_endpoint
  • server::oauth_v2::token_endpoint
  • server::openid_connect::OpenIDProviderMetadata
  • server::openid_connect::metadata

Enums

  • error::Error
  • oauth2::AuthErrorType
  • oauth2::auth::AuthErrorCode
  • oauth2::auth::AuthFlow
  • oauth2::auth::RequestPrompt
  • oauth2::auth::ResponseMode
  • oauth2::token::ErrorCode
  • oauth2::token::GrantType

Traits

  • server::AuthenticationServerModule

Functions

  • server::oauth_v2::config

Type Definitions

  • error::Result