pub async fn get_json_web_key(
    configuration: &Configuration,
    set: &str,
    kid: &str
) -> Result<JsonWebKeySet, Error<GetJsonWebKeyError>>
Expand description

This endpoint returns a singular JSON Web Key contained in a set. It is identified by the set and the specific key ID (kid).