export class DecodedUserAccessTokenDto { fingerprint: string; sub: string; iss: string; first_name: string; last_name: string; email: string; scope: string[]; readonly projects: string[]; iat: number; exp: number; }