This class allows you to interact with the different Verifications the user has provided within the current Session.
During the lifecycle of a user Session, she can provided different verifications (using your defined authenticators) :
  1. A user can first login with a password
  2. A user can then provide a TOTP
  3. After a while, you can verify the user ownership of the session with a WebAuthn flow
All theses verifications can be accessed throught this class.

size

global Integer size();

Return

The number of SessionVerification which have been used in the current session

asList

global cym.Browser.SessionVerification asList();

Return

The list representation of SessionVerification's which have been used in the current session