interface VesperSdkConfig {
    apiConfig: ApiConfig;
    authManager: AuthManager;
}

Properties

apiConfig: ApiConfig

API configuration

authManager: AuthManager

Auth manager used to retrieve tokens for API calls