AuthDetails
type AuthDetails = {  backupRecoveryCodes?: Array<string>;  email?: string;  encryptionKey?: string;  phoneNumber?: string;  userWalletId: string;};
type backupRecoveryCodes = Array<string>;
type email = string;
type encryptionKey = string;
type phoneNumber = string;
type userWalletId = string;