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