Class: ZkPassApiKey
Table of contents
Constructors
Properties
Methods
Constructors
constructor
âĸ new ZkPassApiKey(apiKey
, secretApiKey
): ZkPassApiKey
Parameters
Returns
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