createSession

suspend fun createSession(walletAddress: String, walletSession: WalletSession): VerificationSession

Creates a VerificationSession which is used to navigate through the verification flow

Return

The created verificationSession

Parameters

walletAddress

The wallet address which will be linked to the verificationSession

walletSession

An implementation of the WalletSession interface used to access the wallet of the user