LibJWT Dev
The C JSON Web Token Library +JWK +JWKS
|
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. | ||
union { ... } jwt_config_t |
union { ... } jwt_config_t |