fetchSessionResults
fetchSessionResults(
id,apiKey,verifierUrl?):Promise<SessionResultsData>
Fetch the verification results of a session.
Parameters
Section titled “Parameters”string
The ID of the session.
apiKey
Section titled “apiKey”string
The API key for the verifier API.
verifierUrl?
Section titled “verifierUrl?”URL
The base URL for the verifier API. Defaults to the production API.
Returns
Section titled “Returns”Promise<SessionResultsData>