NZCP.c  0.0.5
An implementation of the New Zealand COVID Pass specification in C
Public Attributes | List of all members
nzcp_verification_result Struct Reference

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
 

Detailed Description

The nzcp_verification_result structure.

A structure used in nzcp_verify_pass_uri to return the result of the verification

See also
nzcp_verify_pass_uri
nzcp_free_verification_result

Member Data Documentation

◆ dob

char* nzcp_verification_result::dob

The date of birth

◆ exp

int nzcp_verification_result::exp

The expiration time

◆ family_name

char* nzcp_verification_result::family_name

The family name

◆ given_name

char* nzcp_verification_result::given_name

The given name

◆ iss

char* nzcp_verification_result::iss

The issuer

◆ jti

char* nzcp_verification_result::jti

The JWT ID

◆ nbf

int nzcp_verification_result::nbf

The not before time


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