InviteeVerificationSignedToken
org.sagebionetworks.repo.model.InviteeVerificationSignedToken
Signed token containing the information needed to update the inviteeId of a MembershipInvitation.
| 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. |
| inviteeId | STRING | The ID of the invitee. |
| membershipInvitationId | STRING | The ID of the MembershipInvitation to update. |