Authentication Execution
data class AuthenticationExecution(val authenticator: String? = null, val requirement: Flow.Requirement, val priority: Int, val userSetupAllowed: Boolean, val autheticatorFlow: Boolean)
Constructors
Link copied to clipboard
constructor(authenticator: String? = null, requirement: Flow.Requirement, priority: Int, userSetupAllowed: Boolean, autheticatorFlow: Boolean)