Skip to main content

7. Initiating Verifications

First, you need to generate a token for verification. You can find information on how to generate a token here.

After obtaining the token, you can use the NavController extension to start the verification process:

findNavController().launchSdk(token);

This code snippet uses the launchSdk method provided by the NavController extension to start the verification process with the generated token.