[][src]Type Definition rowdy::auth::BearerAuthenticator

type BearerAuthenticator = dyn Authenticator<Bearer>;

A typedef for an Authenticator trait object that requires Bearer authentication.