InteractiveAuthenticationFlow

@JsonClass(generateAdapter = true)
data class InteractiveAuthenticationFlow(@Json(name = "type") val type: String? = null, @Json(name = "stages") val stages: List<String>? = null)

An interactive authentication flow.

Constructors

Link copied to clipboard
fun InteractiveAuthenticationFlow(@Json(name = "type") type: String? = null, @Json(name = "stages") stages: List<String>? = null)

Properties

Link copied to clipboard
val stages: List<String>? = null
Link copied to clipboard
val type: String? = null