Docs.rs
hb-auth-0.2.0
hb-auth 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
jayson-saavylab
Dependencies
axum ^0.8
normal
optional
base64 ^0.21
normal
js-sys ^0.3
normal
serde ^1.0
normal
serde_json ^1.0
normal
tracing ^0.1
normal
wasm-bindgen ^0.2.106
normal
wasm-bindgen-futures ^0.4
normal
web-sys ^0.3
normal
worker ^0.7
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
HasAuthConfig
hb_auth
0.2.0
HasAuth
Config
Required Methods
auth_config
Implementors
In hb_
auth::
extractor
hb_auth
::
extractor
Trait
HasAuth
Config
Copy item path
Source
pub trait HasAuthConfig { // Required method fn
auth_config
(&self) -> &
AuthConfig
; }
Required Methods
§
Source
fn
auth_config
(&self) -> &
AuthConfig
Implementors
§