Skip to main content

CredentialsRegistry

Trait CredentialsRegistry 

Source
pub trait CredentialsRegistry: CredentialsRegistryFallback { }
👎Deprecated since 0.1.0:

Use CredentialsRegistryFallback instead (renamed for clarity).

Expand description

Deprecated alias kept while consumers migrate to the new CredentialsRegistryFallback name.

The original AUTHZ-CRED-MACRO-3 trait shape was named CredentialsRegistry; renaming it to CredentialsRegistryFallback makes the trait’s role at the call site (fallback path only) explicit. This alias preserves call sites that already wrote use plexus_auth_core::CredentialsRegistry.

Implementors§