Crate nullnet_libtoken
Source - Account
- Represents an account containing a device and organization.
Acts as a container for the relationships between devices and organizations.
- Device
- Represents a device associated with an account.
Contains detailed information about the device, including identifiers, timestamps, and location data.
- Organization
- Represents an organization associated with an account.
Contains metadata about the organization, including its identifiers and hierarchy.
- Token
- Represents a decoded JWT payload containing account information and metadata.
Includes issue and expiration times for the token.