MfaLevel
data class MfaLevel(val current: AuthenticatorAssuranceLevel, val next: AuthenticatorAssuranceLevel, val currentAuthenticationMethods: List<AMREntry>)(source)
Parameters
current
The current assurance level of the session
next
The next possible assurance level (for the next login)
currentAuthenticationMethods
A list of current AMR entries
Constructors
Link copied to clipboard
constructor(current: AuthenticatorAssuranceLevel, next: AuthenticatorAssuranceLevel, currentAuthenticationMethods: List<AMREntry>)