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.
def __init__(self): (source)

Undocumented

def __new__(cls) -> PKCE: (source)

Undocumented

Generate the PKCE code challenge from the code verifier. Returns: str: The PKCE code challenge.

Get the PKCE method, which is always 'S256' for SHA-256. Returns: str: The PKCE method.

Get the PKCE code verifier. Returns: str: The PKCE code verifier.