export class DecodeMicroServiceAccessTokenDto { fingerprint: string; sub: string; iss: string; iat: number; exp: number; }