AuthStep

data class AuthStep(val kind: AuthStepKind, val prompt: String, val fields: List<String> = emptyList())

Constructors

Link copied to clipboard
constructor(kind: AuthStepKind, prompt: String, fields: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard