ControllerToken
Type: Object
Manages authentication tokens for device controllers. In a distributed manufacturing environment, each hardware controller (e.g., a printer's Digital Front End) requires a secure way to identify itself to the central platform. This resource facilitates that by issuing, tracking, and revoking time-limited security tokens. It acts as a digital keymaster, ensuring that only authorized controllers can report data or receive commands, forming a critical layer of security for the entire system.
Fields
| Name | Type | Args | Description | Deprecated |
|---|---|---|---|---|
| controller | Controller! | |||
| controllerId | ID! | |||
| createdAt | DateTime! | |||
| expiresAt | DateTime | The date and time the token expires, if set | ||
| id | ID! | |||
| name | String | The name of the controller token | ||
| revokedAt | DateTime | The date and time the token was revoked, if set | ||
| updatedAt | DateTime! |