initVerificationSession
initVerificationSession(
sessionData,verifierUrl?):Promise<VerificationSession>
Initializes a new verification session using the result of fetchSessionData.
Parameters
Section titled “Parameters”sessionData
Section titled “sessionData”The session creation data from fetchSessionData.
verifierUrl?
Section titled “verifierUrl?”URL
The base URL for the verifier API. Defaults to the production API.
Returns
Section titled “Returns”Promise<VerificationSession>