export interface AuthenticationError { DetailLinks: string[]; ErrorMessage: string; Errors: string[]; }