Constructor
# new BaseIdentityPassService()
Classes
Methods
# async protected makeRequest(endpoint, payload, mapData) → {Promise.<VerificationResponse.<T>>}
Make a request to IdentityPass API
Parameters:
| Name | Type | Description |
|---|---|---|
endpoint |
API endpoint |
|
payload |
Request payload |
|
mapData |
Function to map verification data to the expected format |
Promise.<VerificationResponse.<T>>