Skip to main content

token_verifcation

Function token_verifcation 

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