Approvable
Approvable is a subtype that extends other types with user approval capability when they are embedded into an Identity.
Attributes
addedAtnumber A Unix timestamp (ms) for when the object was added to the Identity.lastSeennumber A Unix timestamp (ms) for the last time we received a Signal related to this object.promptedboolean Whether the user has been prompted to verify this object.promptedAtnumber A Unix timestamp (ms) for the time when we last prompted the user to verify this object.promptExpiresAtnumber A Unix timestamp (ms) for the time when the last prompt expires.approvedboolean Whether the user approved this object.approvedAtnumber A Unix timestamp (ms) for the time when the user approved this object.rejectedboolean Whether the user rejected this object.rejectedAtnumber A Unix timestamp (ms) for the time when the user rejected this object.trustedboolean Whether this object was added from a trusted environment.
Last updated