This class can be used to get information about the Session Verification

authenticatorId

global Id authenticatorId;

Return

The Id of the Authenticator which was used for this verification

expirationTime

global Datetime expirationTime;

Return

The Datetime when the current verification will expire. If the value is null, it means that the verification will expire when the current Salesforce Session expires.

lastVerificationTime

global Datetime lastVerificationTime;

Return

The Datetime of the last verification event using the authenticatorId

amrs

global String[] amrs;

Return

The list of AMRs which was satisfied during the last verification event.
This is a read only object, adding or removing a value will not be reflected in the underlying SObject.

requestId

global String requestId;

Return

The identifier of the request when the verification was last made.