Generate the activation key which will be emailed to the user.
Send the activation email. The activation key is the user’s email address, signed using TimestampSigner.
Verify that the activation key is valid and within the permitted activation time window, returning the signed object if valid or None if not.
None