Approvable
Approvable is a subtype that extends other types with user approval capability when they are embedded into an Identity.
Attributes
addedAt
number A Unix timestamp (ms) for when the object was added to the Identity.lastSeen
number A Unix timestamp (ms) for the last time we received a Signal related to this object.prompted
boolean Whether the user has been prompted to verify this object.promptedAt
number A Unix timestamp (ms) for the time when we last prompted the user to verify this object.promptExpiresAt
number A Unix timestamp (ms) for the time when the last prompt expires.approved
boolean Whether the user approved this object.approvedAt
number A Unix timestamp (ms) for the time when the user approved this object.rejected
boolean Whether the user rejected this object.rejectedAt
number A Unix timestamp (ms) for the time when the user rejected this object.trusted
boolean Whether this object was added from a trusted environment.
Last updated