Function fusionauth_rust_client::apis::default_api::generate_key_with_id
source ยท pub async fn generate_key_with_id(
configuration: &Configuration,
key_id: &str,
key_request: Option<KeyRequest>,
) -> Result<KeyResponse, Error<GenerateKeyWithIdError>>
Expand description
Generate a new RSA or EC key pair or an HMAC secret.