UIAState

@Serializable
data class UIAState(val completed: List<AuthenticationType> = listOf(), val flows: Set<UIAState.FlowInformation> = setOf(), val parameter: JsonObject? = null, val session: String? = null)

Constructors

Link copied to clipboard
constructor(completed: List<AuthenticationType> = listOf(), flows: Set<UIAState.FlowInformation> = setOf(), parameter: JsonObject? = null, session: String? = null)

Types

Link copied to clipboard
@Serializable
data class FlowInformation(val stages: List<AuthenticationType>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val parameter: JsonObject? = null
Link copied to clipboard
val session: String? = null