A customer session that can be used to authenticate as a customer.
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. |