Type Alias AuthConfig

Source
pub type AuthConfig = AuthenticationConfiguration;
Expand description

A type alias for AuthenticationConfiguration.

Aliased Type§

pub struct AuthConfig {
    pub api_key: SmartString<LazyCompact>,
    pub secret_key: SmartString<LazyCompact>,
    pub passphrase: Option<SmartString<LazyCompact>>,
}

Fields§

§api_key: SmartString<LazyCompact>

The API key for the exchange.

§secret_key: SmartString<LazyCompact>

The secret key for the exchange.

§passphrase: Option<SmartString<LazyCompact>>

The passphrase for the exchange, if applicable.