Module Oidc.Error

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

Possible errors

val to_string : t -> string

Convert error to string

val pp : Stdlib.Format.formatter -> t -> unit

Pretty printer for errors