Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PKCE ¶
func NewPKCE ¶
NewPKCE generates a new PKCE instance, suitable for use as a authorization request parameter.
The function takes a single argument, verifierLength, which specifies the length of the code verifier to generate. The code verifier is a random string of the given length, composed of the characters [a-zA-Z0-9-._~]. The function returns a *PKCE instance, which contains the generated code verifier and the corresponding code challenge.
Click to show internal directories.
Click to hide internal directories.