Interface ClientAuthenticationCustomUrls

interface ClientAuthenticationCustomUrls {
    apiKey: string;
    apiSecret: string;
    httpUrl: string;
    passphrase: string;
    wsUrl: string;
}

Hierarchy (view full)

Properties

apiKey: string
apiSecret: string
httpUrl: string
passphrase: string
wsUrl: string