|
NZCP.c
An implementation of the New Zealand COVID Pass specification in C
|
The nzcp_verification_result structure. More...
#include <nzcp.h>
Public Attributes | |
| char * | jti |
| char * | iss |
| int | nbf |
| int | exp |
| char * | given_name |
| char * | family_name |
| char * | dob |
The nzcp_verification_result structure.
A structure used in nzcp_verify_pass_uri to return the result of the verification
| char* nzcp_verification_result::dob |
The date of birth
| int nzcp_verification_result::exp |
The expiration time
| char* nzcp_verification_result::family_name |
The family name
| char* nzcp_verification_result::given_name |
The given name
| char* nzcp_verification_result::iss |
The issuer
| char* nzcp_verification_result::jti |
The JWT ID
| int nzcp_verification_result::nbf |
The not before time
1.8.17