Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 2.36 KB

CustomerSession.md

File metadata and controls

16 lines (12 loc) · 2.36 KB

CustomerSession

A customer session that can be used to authenticate as a customer.

Fields

Field Type Required Description
createdAt \DateTime ✔️ Creation timestamp of the object.
id string ✔️ The ID of the object.
token string ✔️ N/A
expiresAt \DateTime ✔️ N/A
customerId string ✔️ N/A
customer Components\Customer ✔️ A customer in an organization.
modifiedAt \DateTime ✔️ Last modification timestamp of the object.