create Session
suspend fun createSession(walletAddress: String, walletSession: WalletSession): VerificationSession
Content copied to clipboard
Creates a VerificationSession which is used to navigate through the verification flow
Return
The created verificationSession
Parameters
wallet Address
The wallet address which will be linked to the verificationSession
wallet Session
An implementation of the WalletSession interface used to access the wallet of the user