This method retrieves the email associated with a connected InAppWallet.
InAppWallet
string email = await inAppWallet.GetEmail();
The user's email as a string.
string