Docs.rs
  • jsonwebtoken-9.3.1
    • jsonwebtoken 9.3.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Keats
    • Dependencies
      • base64 ^0.22 normal
      • pem ^3 normal optional
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • simple_asn1 ^0.6 normal optional
      • wasm-bindgen-test ^0.3.1 dev
      • criterion ^0.4 dev
      • time ^0.3 dev
      • criterion ^0.4 dev
      • time ^0.3 dev
      • ring ^0.17.4 normal
      • js-sys ^0.3 normal
      • ring ^0.17.4 normal
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

jsonwebtoken9.3.1

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • DecodingKey
  • EncodingKey
  • Header
  • TokenData
  • Validation
  • errors::Error
  • jwk::CommonParameters
  • jwk::EllipticCurveKeyParameters
  • jwk::Jwk
  • jwk::JwkSet
  • jwk::OctetKeyPairParameters
  • jwk::OctetKeyParameters
  • jwk::RSAKeyParameters

Enums

  • Algorithm
  • errors::ErrorKind
  • jwk::AlgorithmParameters
  • jwk::EllipticCurve
  • jwk::EllipticCurveKeyType
  • jwk::KeyAlgorithm
  • jwk::KeyOperations
  • jwk::OctetKeyPairType
  • jwk::OctetKeyType
  • jwk::PublicKeyUse
  • jwk::RSAKeyType

Functions

  • crypto::sign
  • crypto::verify
  • decode
  • decode_header
  • encode
  • get_current_timestamp

Type Aliases

  • errors::Result