FlowInformation

@Serializable
data class FlowInformation(val stages: List<AuthenticationType>)

Constructors

Link copied to clipboard
constructor(stages: List<AuthenticationType>)

Properties

Link copied to clipboard
@SerialName(value = "stages")
val stages: List<AuthenticationType>