LibJWT Dev
The C JSON Web Token Library +JWK +JWKS
jwt_config_t Struct Reference

Structure used to manage configuration state. More...

#include <jwt.h>

Data Fields

union { 
 
   const void *   key 
 Pointer to key material. More...
 
   const void *   jwt_key 
 
};  
 
union { 
 
   size_t   key_len 
 Length of key material
More...
 
   int   jwt_key_len 
 
};  
 
jwt_alg_t alg
 For algorithm matching

 
void * ctx
 User controlled context.
 

Detailed Description

Structure used to manage configuration state.

Definition at line 353 of file jwt.h.

Field Documentation

◆ [union]

union { ... } jwt_config_t

◆ [union]

union { ... } jwt_config_t

◆ alg

jwt_alg_t jwt_config_t::alg

For algorithm matching

Definition at line 362 of file jwt.h.

◆ ctx

void* jwt_config_t::ctx

User controlled context.

Definition at line 363 of file jwt.h.

◆ jwt_key

const void* jwt_config_t::jwt_key

Definition at line 356 of file jwt.h.

◆ jwt_key_len

int jwt_config_t::jwt_key_len

Definition at line 360 of file jwt.h.

◆ key

const void* jwt_config_t::key

Pointer to key material.

Definition at line 355 of file jwt.h.

◆ key_len

size_t jwt_config_t::key_len

Length of key material

Definition at line 359 of file jwt.h.


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