MembershipInvtnSignedToken
org.sagebionetworks.repo.model.MembershipInvtnSignedToken
Signed token containing the information needed to retrieve a membership invitation.
| 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. |
| membershipInvitationId | STRING | The ID of the membership invitation. |