Client
Accounts.verifyEmail(token, [callback])
import { Accounts } from 'meteor/accounts-base'
Source Marks the user's email address as verified. Logs the user in afterwards.
Arguments
- token String
-
The token retrieved from the verification URL.
- callback Function
-
Optional callback. Called with no arguments on success, or with a single
Error
argument on failure.
Please login to continue.