Decodes a URL-safe Base64 string back into a Buffer.
This function reverses the transformation applied by safeBase64Encode. It restores the standard Base64 characters and padding before decoding.
safeBase64Encode
The URL-safe Base64 string to decode.
The decoded Buffer.
Error If Base64 decoding fails.
Decodes a URL-safe Base64 string back into a Buffer.
This function reverses the transformation applied by
safeBase64Encode. It restores the standard Base64 characters and padding before decoding.