AuthMFAGetAuthenticatorAssuranceLevelResponse class

Constructors

AuthMFAGetAuthenticatorAssuranceLevelResponse({required AuthenticatorAssuranceLevels? currentLevel, required AuthenticatorAssuranceLevels? nextLevel, required List<AMREntry> currentAuthenticationMethods})
const

Properties

currentAuthenticationMethods List<AMREntry>
A list of all authentication methods attached to this session.
final
currentLevel AuthenticatorAssuranceLevels?
Current AAL level of the session.
final
hashCode int
The hash code for this object.
no setterinherited
nextLevel AuthenticatorAssuranceLevels?
Next possible AAL level for the session. If the next level is higher than the current one, the user should go through MFA.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited