Parameters.Prompt
type t = [
| `None
| `Login
| `Consent
| `Select_account
]
type error = [
| `Invalid_prompt of string
val serialize : t -> string
val parse : string -> (t, [> error ]) Stdlib.result