Oidc.Parameters
Auth parameters
module Display : sig ... end
module Prompt : sig ... end
type error = [
| `Missing_client
| `Invalid_scope of string list
| `Invalid_redirect_uri of string
| `Missing_parameter of string
| Display.error
| Prompt.error
| `Invalid_parameters
]
Possible states when parsing the query
val to_query : t -> (string * string list) list
Used when starting a authentication
val to_yojson : t -> Yojson.Safe.t