B64URL_ENCODER
A Base64 URL encoder for encoding data into Base64 URL-safe format.
This encoder is used to encode binary data into a URL-safe Base64 representation. Base64 URL encoding replaces characters like '+' and '/' with '-' and '_', respectively, making the resulting string safe for use in URLs.