base64url top-level constant

String const base64url

Base64 (URL and Filename safe) numeral system

Implementation

const String base64url =
    'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_';