PasswordResetSignedToken
org.sagebionetworks.repo.model.auth.PasswordResetSignedToken
Signed token containing the the information necessary to reset the password for a user.
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. |
userId | STRING | The ID of the user account. |
validity | STRING | Used to check if this token is valid |