The token is carried as exact opaque text.
The token is not decoded here
The token row is treated as opaque text after the Bearer scheme.
opaque token checked
The exact token bytes are pinned as hex
The hex row is the exact byte representation used for the compare.
token bytes checked
This is not base-sixty-four decoding
Unlike Basic auth, this toy Bearer example compares the token text exactly.
compare, not decode
Summary
The Bearer token is carried as an opaque value with exact bytes.
token pinned