Module Values.CodeVerifierSource

PKCE code verifier for OAuth 2.0 security PKCE code verifier to prove possession of the original code challenge. Used to prevent authorization code interception attacks in public clients. Must be 43-128 characters using unreserved characters [A-Z] / [a-z] / [0-9] / "-" / "." / "_" / "~"

Sourcetype nonrec t = string

PKCE code verifier for OAuth 2.0 security PKCE code verifier to prove possession of the original code challenge. Used to prevent authorization code interception attacks in public clients. Must be 43-128 characters using unreserved characters [A-Z] / [a-z] / [0-9] / "-" / "." / "_" / "~"

Sourceval context_ : string
Sourceval make : string -> string
Sourceval of_string : 'a -> 'a
Sourceval to_value : 'a -> [> `String of 'a ]
Sourceval to_query : string -> Awso.Client.Query.t
Sourceval to_header : 'a -> 'a
Sourceval of_xml : Awso.Xml.t -> string
Sourceval of_json : Yojson.Safe.t -> string
Sourceval to_json : string -> Yojson.Safe.t