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. |
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. |