export interface Authentication { type: string; password?: string; method?: string; phone?: string; sms_message?: string; }