blob: c66c3d544195996403bce86c976a9ed293c6eba1 [file]
/* Model for the contents of the accessToken, decoded and parsed. It is not completed,
only the properties actually used are defined. To be completed if needed. */
export class JwtPayload {
name: string;
}