pub async fn token_verifcation<Repo: Repository + Send + Sync + 'static, Search: SearchEngine + Send + Sync + 'static, Terminology: FHIRTerminology + Send + Sync + 'static>(
__arg0: State<Arc<AppState<Repo, Search, Terminology>>>,
__arg1: AuthBearer,
__arg2: OriginalUri,
request: Request,
next: Next,
) -> Result<Response, Response>