You can search for identifiers within the package.
in-package search v0.2.0
oidc
Pkce.Challenge
type t
https://www.rfc-editor.org/rfc/rfc7636#section-4.2
type transformation = [
| `S256
| `Plain
]
val make : Verifier.t -> t
Will always be a S256 challenge https://www.rfc-editor.org/rfc/rfc7636#section-4.2
val of_string : transformation:transformation -> string -> t
val to_code_challenge_and_method : t -> string * string
https://www.rfc-editor.org/rfc/rfc7636#section-4.3