package oidc

  1. Overview
  2. Docs

Module Oidc.ErrorSource

Sourcetype t = [
  1. | IDToken.validation_error
  2. | Discover.error
  3. | `Sub_missmatch
  4. | `Missing_userinfo_endpoint
  5. | `Missing_access_token
]

Possible errors

Sourceval to_string : t -> string

Convert error to string

Sourceval pp : Format.formatter -> t -> unit

Pretty printer for errors

OCaml

Innovation. Community. Security.