Function validate_auth_config

Source
pub fn validate_auth_config(
    exchange_type: ExchangeType,
    api_key: &str,
    secret_key: &str,
    passphrase: Option<&str>,
) -> Result<()>
Expand description

Validate authentication configuration