Oidc.ParametersAuth parameters
module Display : sig ... endmodule Prompt : sig ... endtype 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) listUsed when starting a authentication
val to_yojson : t -> Yojson.Safe.t