Class

BaseIdentityPassService

BaseIdentityPassService()

Base service for IdentityPass verification services Provides common functionality for making requests and parsing responses

Constructor

# new BaseIdentityPassService()

View Source identitypass/services/base.service.ts, line 6

Classes

BaseIdentityPassService

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

View Source identitypass/services/base.service.ts, line 69

Promise.<VerificationResponse.<T>>