Expand description
Concrete Authenticator implementations
for the schemes ARCP §8.2 defines: bearer, signed_jwt, and none.
The trait, AuthOutcome, and the
AuthRegistry live in arcp-core so
alternative runtimes can swap in their own validators.
Re-exports§
pub use bearer::BearerAuthenticator;pub use jwt::SignedJwtAuthenticator;pub use none::NoneAuthenticator;