DeviceToken
Type: Object
Represents a security token used to authenticate a Device. These tokens are used to ensure that only authorized devices can connect to the platform and exchange data. They can be issued with expiration dates and can be revoked to manage device access securely.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| createdAt | DateTime! | |||
| device | Device! | |||
| deviceId | ID! | |||
| expiresAt | DateTime | The date and time the token expires, if set | ||
| id | ID! | |||
| name | String | The name of the device token | ||
| revokedAt | DateTime | The date and time the token was revoked, if set | ||
| updatedAt | DateTime! |