pub async fn authenticate_for_string( ctx: &Context<'_>, jwks: JWKS, issuer_uri: &str, ) -> Result<String, Error>