Verify an email address.
account.emailVerified#2b96cd1b email:string = account.EmailVerified;
account.emailVerifiedLogin#e1bb0d61 email:string sent_code:auth.SentCode = account.EmailVerified;
---functions---
account.verifyEmail#32da4cf purpose:EmailVerifyPurpose verification:EmailVerification = account.EmailVerified;
Parameters
Result
account.EmailVerified
Only users can use this method
Possible errors
| Code | 
Type | 
Description | 
| 400 | 
EMAIL_INVALID | 
The specified email is invalid. | 
| 400 | 
EMAIL_NOT_ALLOWED | 
The specified email cannot be used to complete the operation. | 
| 400 | 
EMAIL_VERIFY_EXPIRED | 
The verification email has expired. | 
| 400 | 
PHONE_NUMBER_INVALID | 
The phone number is invalid. |