Docs.rs
  • keygate-jwt-1.4.2
    • keygate-jwt 1.4.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • explodingcamera
    • Dependencies
      • base64ct ^1.6 normal
      • coarsetime ^0.1 normal
      • ed25519-compact ^2.0 normal optional
      • hex ^0.4 normal
      • k256 ^0.13 normal optional
      • p256 ^0.13 normal optional
      • p384 ^0.13 normal optional
      • rand ^0.8 normal optional
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.10 normal
      • thiserror ^1.0 normal
    • Versions
    • 34.52% 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
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

keygate_jwt1.4.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Constants
  • Traits
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • algorithms::ES256KeyPair
  • algorithms::ES256PublicKey
  • algorithms::ES256kKeyPair
  • algorithms::ES256kPublicKey
  • algorithms::ES384KeyPair
  • algorithms::ES384PublicKey
  • algorithms::Ed25519KeyPair
  • algorithms::Ed25519PublicKey
  • claims::Claims
  • claims::JWTClaims
  • claims::NoCustomClaims
  • common::KeyMetadata
  • common::VerificationOptions
  • prelude::Clock
  • prelude::Duration
  • prelude::HashSet
  • token::Token
  • token::TokenMetadata

Enums

  • JWTError
  • claims::Audiences

Traits

  • algorithms::ECDSAP256KeyPairLike
  • algorithms::ECDSAP256PublicKeyLike
  • algorithms::ECDSAP256kKeyPairLike
  • algorithms::ECDSAP256kPublicKeyLike
  • algorithms::ECDSAP384KeyPairLike
  • algorithms::ECDSAP384PublicKeyLike
  • algorithms::EdDSAKeyPairLike
  • algorithms::EdDSAPublicKeyLike
  • prelude::Deserialize
  • prelude::Serialize

Macros

  • ensure

Derive Macros

  • prelude::Deserialize
  • prelude::Serialize

Type Aliases

  • Error
  • prelude::UnixTimeStamp

Constants

  • claims::DEFAULT_TIME_TOLERANCE_SECS
  • common::DEFAULT_MAX_TOKEN_LENGTH
  • token::MAX_HEADER_LENGTH