PkcePair

A PKCE verifier/challenge pair. The verifier is kept by the client; the challenge is sent on the authorization request and the verifier on the token request.

@safe
struct PkcePair {
string verifier;
string challenge;
}