Skip to main content

Crate neuron_auth_oidc

Crate neuron_auth_oidc 

Source
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§

OidcAuthProvider
Stub for OIDC client credentials / token exchange.