Skip to content

SudoSOS Back-end API / GEWIS / GewiswebToken

Interface: GewiswebToken ​

Properties ​

email ​

ts
email: string;

The user's email


exp ​

ts
exp: number;

The JWT expiration timestamp.


family_name ​

ts
family_name: string;

The given surname or last name


given_name ​

ts
given_name: string;

The given name or first name


iat ​

ts
iat: number;

The JWT issued at timestamp.


is_18_plus ​

ts
is_18_plus: boolean;

Boolean whether the mebmer is 18+


iss ​

ts
iss: string;

JWT token issuer.


lidnr ​

ts
lidnr: number;

The GEWIS membership number.


middle_name ​

ts
middle_name: string;

The member's middle name


nonce ​

ts
nonce: string;

A nonce for the JWT token.