PlatformToken
Represents a PlatformToken, which is used for authentication and authorization when accessing the Altium platform.
interface PlatformToken {
createdAt: DateTime!
deletedAt: DateTime
description: String!
expiresAt: DateTime
name: String!
tokenId: String!
updatedAt: DateTime!
}
Fields
PlatformToken.createdAt ● DateTime! non-null scalar
The date-time that the PlatformToken was created.
PlatformToken.deletedAt ● DateTime scalar
The date-time that the PlatformToken was deleted. Null if the PlatformToken has not been deleted.
PlatformToken.description ● String! non-null scalar
The description of the PlatformToken.
PlatformToken.expiresAt ● DateTime scalar
The date-time that the PlatformToken expires.
PlatformToken.name ● String! non-null scalar
The name of the PlatformToken.
PlatformToken.tokenId ● String! non-null scalar
The identifier of the PlatformToken.
PlatformToken.updatedAt ● DateTime! non-null scalar
The date-time that the PlatformToken was last updated.