Skip to content

initVerificationSession

initVerificationSession(sessionData, verifierUrl?): Promise<VerificationSession>

Initializes a new verification session using the result of fetchSessionData.

SessionCreationData

The session creation data from fetchSessionData.

URL

The base URL for the verifier API. Defaults to the production API.

Promise<VerificationSession>