Generate a PKCE pair using the S256 method. verifierBytes (32 random bytes) produces a 43-char base64url verifier; the challenge is base64url(SHA-256(verifier)).
Generate a PKCE pair using the S256 method. verifierBytes (32 random bytes) produces a 43-char base64url verifier; the challenge is base64url(SHA-256(verifier)).