Oidc.Discover
Parsing and creating the discovery document. All fields listed here: https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
type t = {
}
The discovery type can include much more than the type currently includes. Feel free to open a PR adding anything you need
val of_yojson : Yojson.Safe.t -> ( t, string ) Stdlib.result
This might change to return a result in the future
val of_string : string -> ( t, string ) Stdlib.result
This might change to return a result in the future
val to_yojson : t -> Yojson.Safe.t