Flow

data class Flow(val id: UUID, val alias: String, val description: String, val providerId: String, val topLevel: Boolean, val builtIn: Boolean, val authenticationExecutions: List<Flow.AuthenticationExecution>)

Constructors

Link copied to clipboard
constructor(id: UUID, alias: String, description: String, providerId: String, topLevel: Boolean, builtIn: Boolean, authenticationExecutions: List<Flow.AuthenticationExecution>)

Types

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: UUID
Link copied to clipboard
Link copied to clipboard