Docs.rs
  • openid-client-0.0.26-dev
    • openid-client 0.0.26-dev
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • sathyajithps
    • Dependencies
      • assert-json-diff ^2.0.2 normal
      • base64 ^0.21.2 normal
      • base64-url ^2.0.0 normal
      • httpmock ^0.6.8 normal
      • josekit ^0.8.4 normal
      • lazy_static ^1.4.0 normal
      • lru_time_cache ^0.11.11 normal
      • rand ^0.8.5 normal
      • regex ^1.9.3 normal
      • reqwest ^0.11.13 normal
      • serde ^1.0.152 normal
      • serde_json ^1.0.93 normal
      • sha2 ^0.10.7 normal
      • tokio ^1.26.0 normal
      • url ^2.3.1 normal
      • urlencoding ^2.1.3 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest stable release
  • 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
logo

openid_client0.0.26-dev

  • All Items
  • Modules
?
Change settings

Crate openid_client

source ·
Expand description

OpenID Client

WORK IN PROGRESS. DO NOT USE

This crate is an OpenID Connect RP library based on an openid client by panva called openid-client

Issuer API

New Instance

  • issuer::Issuer::new

OIDC Discovery

  • issuer::Issuer::discover_async

Webfinger Discovery

  • issuer::Issuer::webfinger_async

Client from Issuer

  • issuer::Issuer::client

Client

Client Read

  • client::Client::from_uri_async

Dynamic Client Registration

  • client::Client::register_async

Modules

  • client
    OIDC Client module
  • issuer
    Issuer
  • jwks
    Jwks implementation used by this crate.
  • re_exports
    Re exports from the crate
  • tokenset
    TokenSet Module
  • types
    Types Module