pub async fn retrieve_key_with_id(
configuration: &Configuration,
key_id: &str,
) -> Result<KeyResponse, Error<RetrieveKeyWithIdError>>
Expand description
Retrieves the key for the given Id.
pub async fn retrieve_key_with_id(
configuration: &Configuration,
key_id: &str,
) -> Result<KeyResponse, Error<RetrieveKeyWithIdError>>
Retrieves the key for the given Id.