[][src]Function open_api_hydra::apis::admin_api::get_json_web_key

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

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