Access Link¶
Access Link table stores information about magic link sent to external user to access the shipment with expiry information.
Attributes¶
AccessLinkId: Primary key for access link table.
email: Email id of the user who has requested token.
expiry: Expiry time for access link. After which user will not be able to access the link.
accessSecret: Actual access link secret for accessing shipment.
isUsed: Boolean value indicating whether the link is used.