Static Methods
Static Methods
This is a collection of helper methods that the IntegryJS
global provides. You can install the library on the server as well as the client to get access to these.
getAuthHash
Used in a testing environment to calculate the hash used before attempting to authenticate with Integry APIs.
IntegryJS.Helpers.getAuthHash(userId, appSecret): string;
Name | Type | Required | Description |
---|---|---|---|
userId | string | ✅ | ID of the user you are authenticating against |
appSecret | string | ✅ | App Secret |