Interactive Authentication Flow
@JsonClass(generateAdapter = true )
Content copied to clipboard
An interactive authentication flow.
Constructors
Link copied to clipboard
fun InteractiveAuthenticationFlow(@Json(name = "type" ) type: String? = null, @Json(name = "stages" ) stages: List<String>? = null)
Content copied to clipboard