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