export interface ITokenInformationResponse { iss: string; user_id: string; aud: string; app_id: string; exp: number; ias: number; }