currentAuthenticationMethods property

List<AMREntry> currentAuthenticationMethods
final

A list of all authentication methods attached to this session.

Use the information here to detect the last time a user verified a factor, for example if implementing a step-up scenario.

Implementation

final List<AMREntry> currentAuthenticationMethods;