B64URL_DECODER

A Base64 URL decoder for decoding data from Base64 URL-safe format.

This decoder is used to decode Base64 URL-safe encoded strings back into their original binary data. It can handle strings that were encoded using the Base64 URL-safe encoding scheme, which is designed for safe inclusion in URLs without requiring additional URL encoding.