pub async fn get_json_web_key(
configuration: &Configuration,
kid: &str,
set: &str,
) -> Result<JsonWebKeySet, Error<GetJsonWebKeyError>>Expand description
This endpoint returns a singular JSON Web Key, identified by the set and the specific key ID (kid).