export interface IAccessToken { accessToken: string; error: string; errorDescription: string; expiresIn: number; tokenType: string; }