Function add_auth_key

Source
pub async fn add_auth_key(
    configuration: &Configuration,
    user_id: &str,
    add_auth_key_request: Option<AddAuthKeyRequest>,
) -> Result<AddAuthKey200Response, Error<AddAuthKeyError>>