Identity/Verified Email Protocol/Session API: Difference between revisions

Line 48: Line 48:
   }
   }


* id:string, required. Identifier/email address the session is associated with
* email:string, required. Identifier/email address the session is associated with
* status: string, optional. The status may be "active", representing a "logged in" state, or "passive", representing a tracking session without an active log-in. The status field is optional, and defaults to "active".
* status: string, optional. The status may be "active", representing a "logged in" state, or "passive", representing a tracking session without an active log-in. The status field is optional, and defaults to "active".
* bound_to: object, optional. An object holding binding information:
* bound_to: object, optional. An object holding binding information:
Confirmed users
134

edits