Variant
The base64 variant to use.
Fields of this type
Fields
- urlsafe_alphabet:bool
- Use the URL-safe alphabet instead of the standard alphabet.
- padding:bool
- Enable padding with '=' characters.
The standard base64 variant.
Values
- standard
- The standard base64 variant.
- urlsafe
- The URL-safe base64 variant.
- standard_nopad
- The standard base64 variant without padding.
- urlsafe_nopad
- The URL-safe base64 variant without padding.