Class: ZkPassApiKey

Table of contents

Constructors

Properties

Methods

Constructors

constructor

â€ĸ new ZkPassApiKey(apiKey, secretApiKey): ZkPassApiKey

Parameters

NameType

string

string

Returns

ZkPassApiKey

Properties

apiKey

â€ĸ Readonly apiKey: string

Unique identifier for accessing ZkPass services


secretApiKey

â€ĸ Readonly secretApiKey: string

Acts like a password for apiKey and must be kept confidential for secure communication with ZkPass servers

Methods

getApiToken

▸ getApiToken(): string

Returns

string

Last updated