class documentation
A class representing a PKCE (Proof Key for Code Exchange) code verifier.
Method | __init__ |
Undocumented |
Method | __new__ |
Undocumented |
Property | challenge |
Generate the PKCE code challenge from the code verifier. |
Property | method |
Get the PKCE method, which is always 'S256' for SHA-256. |
Property | verifier |
Get the PKCE code verifier. |