export interface AuthenticationErrorResponse { error: string; error_description: string; }