UIAState
constructor(completed: List<AuthenticationType> = listOf(), flows: Set<UIAState.FlowInformation> = setOf(), parameter: @Serializable(with = UIAState.ParameterMapSerializer::class) Map<AuthenticationType, UIAState.Parameter>? = null, session: String? = null)