Function validate_verifier

Source
fn validate_verifier(v: &str) -> Result<(), PkceError>
Expand description

Strict RFC 7636 validator: length 43–128 and only unreserved characters.

Unreserved: ALPHA / DIGIT / “-” / “.” / “_” / “~”