Expand description
Stub OIDC client credentials / token exchange auth provider.
This crate provides the correct trait impl shape for an OIDC auth provider.
The actual OIDC integration is not implemented — all provide calls return
AuthError::BackendError.
Structs§
- Oidc
Auth Provider - Stub for OIDC client credentials / token exchange.