Expand description
Checking PKCE code verifiers using bytes instead of characters.
Structs§
- Error
- Represents errors that occur when invalid bytes are encountered.
Functions§
- check
- Checks that the given byte is valid.
- is_
special - Checks if the given byte is special, i.e. one of
-,.,_, or~. - is_
valid - Checks if the given byte is valid, i.e. either alphanumeric or special.