Interface ClientAuthenticationBase

interface ClientAuthenticationBase {
    apiKey: string;
    apiSecret: string;
    passphrase: string;
}

Hierarchy (view full)

Properties

apiKey: string
apiSecret: string
passphrase: string