interface IAuthUserInfoGetter { getUserInfo: () => Promise<AuthUserInfo>; }
getUserInfo(): Promise<AuthUserInfo>
AuthUserInfo