export interface IDataValidAuthResponse { scope: string; token_type: string; expires_in: number; access_token: string; }