AuthenticationExecution

data class AuthenticationExecution(authenticator: String?, requirement: Flow.Requirement, priority: Int, userSetupAllowed: Boolean, autheticatorFlow: Boolean)

Properties

authenticator
Link copied to clipboard
val authenticator: String? = null
autheticatorFlow
Link copied to clipboard
val autheticatorFlow: Boolean
priority
Link copied to clipboard
val priority: Int
requirement
Link copied to clipboard
val requirement: Flow.Requirement
userSetupAllowed
Link copied to clipboard
val userSetupAllowed: Boolean