package oidc

  1. Overview
  2. Docs

Module Parameters.PromptSource

Sourcetype t = [
  1. | `None
  2. | `Login
  3. | `Consent
  4. | `Select_account
]
Sourcetype error = [
  1. | `Invalid_prompt of string
]
Sourceval serialize : t -> string
Sourceval parse : string -> (t, [> error ]) result