d0c0f3d
1
2
3
4
5
6
7
export interface Auth { preferred_username: string; picture: string; name: string; isLocalUse?: boolean; }