Conscience Core
Static Public Member Functions | List of all members
jwt::alphabet::helper::base64url_percent_encoding Struct Reference

A General purpose base64url alphabet respecting the URI Case Normalization More...

#include <base.h>

Static Public Member Functions

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

Detailed Description

A General purpose base64url alphabet respecting the URI Case Normalization

This is useful in situations outside of JWT encoding/decoding and is provided as a helper

Member Function Documentation

◆ data()

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

◆ fill()

static const std::initializer_list<std::string>& jwt::alphabet::helper::base64url_percent_encoding::fill ( )
inlinestatic

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