The Open API specification for Synapse is now available for download!

Download Open API Spec

EmailValidationSignedToken

org.sagebionetworks.repo.model.principal.EmailValidationSignedToken

Signed token containing the the information necessary to create a new account or add an email address to an existing account.

Field Type Description
concreteType STRING
hmac STRING The hash message authentication code for the message.
version INTEGER The version of the key used to generate the HMAC.
expiresOn STRING The date-time when this token expires.
createdOn STRING The date-time the token was generated.
email STRING The email address.
userId STRING The ID of the user account to which the email address will be added. Null if creating a new account.