Optionalproperties: Partial<{}>Makes a deep copy of a Rest.PkceCodeChallenge.
A newly created Rest.PkceCodeChallenge with the same contents as self
Frees a Rest.PkceCodeChallenge allocated using rest_pkce_code_challenge_new()
or rest_pkce_code_challenge_copy().
Returns the Code Challenge for the Pkce verification.
the code_challenge
Returns the Code Verifier for the Pkce verification.
the code_verifier
Staticnew_
In order to play a Pkce Code Verification during a OAuth2 authorization you need this structure which handles the algorithmic part.