Interface ClientAuthenticationBaseUrls

interface ClientAuthenticationBaseUrls {
    apiKey: string;
    apiSecret: string;
    passphrase: string;
    useSandbox: boolean;
}

Hierarchy (view full)

Properties

apiKey: string
apiSecret: string
passphrase: string
useSandbox: boolean