Function sentry::middleware::auth::authenticate
source · pub async fn authenticate<C: Locked + 'static, B>(
request: Request<B>,
next: Next<B>
) -> Result<Response, ResponseError>
pub async fn authenticate<C: Locked + 'static, B>(
request: Request<B>,
next: Next<B>
) -> Result<Response, ResponseError>