Goby3 3.5.1
2026.06.04
Loading...
Searching...
No Matches
jwt::alphabet::base64url Struct Reference

valid list of character when working with Base64URL More...

#include <goby/util/thirdparty/jwt-cpp/base.h>

Static Public Member Functions

static const std::array< char, 64 > & data ()
 
static const std::array< int8_t, 256 > & rdata ()
 
static const std::string & fill ()
 

Detailed Description

valid list of character when working with Base64URL

As directed by RFC 7519 Terminology set the definition of Base64URL encoding as that in RFC 7515 that states:

‍Base64 encoding using the URL- and filename-safe character set defined in Section 5 of RFC 4648 RFC4648, with all trailing '=' characters omitted

Definition at line 71 of file base.h.

Member Function Documentation

◆ data()

static const std::array< char, 64 > & jwt::alphabet::base64url::data ( )
inlinestatic

Definition at line 72 of file base.h.

◆ fill()

static const std::string & jwt::alphabet::base64url::fill ( )
inlinestatic

Definition at line 96 of file base.h.

◆ rdata()

static const std::array< int8_t, 256 > & jwt::alphabet::base64url::rdata ( )
inlinestatic

Definition at line 80 of file base.h.


The documentation for this struct was generated from the following file: