JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
Loading...
Searching...
No Matches
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::vector< 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


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