When to enroll
App verification enrollment for users is typically an invisible process which happens automatically when they’re signed in to your mobile app. Your app uses one of our Mobile SDKs to generate a cryptographic device credential and bind it to an authenticated user. The recommended place to enroll users by adding an device credential is within a post-authentication handler. This handler should be triggered in the following two scenarios.- Immediately after the user signs in to the app.
- When the app is launched and the user is already authenticated (e.g. due to a persistent session).

