Module bytes

Source
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.