Function warp_oauth2::authenticate_bearer[][src]

pub fn authenticate_bearer<T: Context + Clone + Send>(
    provider: T
) -> impl Filter<Extract = (Principal,), Error = Rejection> + Clone