diff --git a/traits/authn/src/util.rs b/traits/authn/src/util.rs index 1f18e44..c97a2ef 100644 --- a/traits/authn/src/util.rs +++ b/traits/authn/src/util.rs @@ -38,7 +38,7 @@ where } } -trait VerifyCredential { +pub trait VerifyCredential { fn verify(&self, credential: &Cred) -> Option<()>; }