libjwt-1.17.0
jwt_key_t Struct Reference

Structure used by key provider to return a key. More...

#include <jwt.h>

Data Fields

const unsigned char * jwt_key
 
int jwt_key_len
 

Detailed Description

Structure used by key provider to return a key.

Definition at line 95 of file jwt.h.

Field Documentation

◆ jwt_key

const unsigned char* jwt_key_t::jwt_key

Definition at line 96 of file jwt.h.

◆ jwt_key_len

int jwt_key_t::jwt_key_len

Definition at line 97 of file jwt.h.


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