export interface Auth { preferred_username: string; picture: string; name: string; isLocalUse?: boolean; }