interface ApiConfig {
    apiKey: string;
    environment: Environment;
    realm: string;
}

Properties

apiKey: string

Vesper API key

environment: Environment

Vesper API enviroment

realm: string

Vesper realm

Example

"dce.realm"