PlatformWorkspaceRefreshToken
Represents a PlatformWorkspaceRefreshToken, which is used for authentication and authorization when accessing the Altium platform.
type PlatformWorkspaceRefreshToken implements PlatformToken {
clientId: String
createdAt: DateTime!
createdBy: GloUser!
deletedAt: DateTime
deletedBy: GloUser
description: String!
expiresAt: DateTime
maskedRefreshToken: String
name: String!
tokenId: String!
updatedAt: DateTime!
updatedBy: GloUser!
workspaceId: String!
}
Fields
PlatformWorkspaceRefreshToken.clientId ● String scalar
The client identifier for the *OAuth 2.0 client* associated with this PlatformWorkspaceRefreshToken.
PlatformWorkspaceRefreshToken.createdAt ● DateTime! non-null scalar
The date-time that the PlatformWorkspaceRefreshToken was created.
PlatformWorkspaceRefreshToken.createdBy ● GloUser! non-null object
The GloUser that created the PlatformWorkspaceRefreshToken.
PlatformWorkspaceRefreshToken.deletedAt ● DateTime scalar
The date-time that the PlatformWorkspaceRefreshToken was deleted. Null if the PlatformWorkspaceRefreshToken has not been deleted.
PlatformWorkspaceRefreshToken.deletedBy ● GloUser object
The GloUser that deleted the PlatformWorkspaceRefreshToken.
PlatformWorkspaceRefreshToken.description ● String! non-null scalar
The description of the PlatformWorkspaceRefreshToken.
PlatformWorkspaceRefreshToken.expiresAt ● DateTime scalar
The date-time that the PlatformWorkspaceRefreshToken expires.
PlatformWorkspaceRefreshToken.maskedRefreshToken ● String scalar
The masked value of the PlatformWorkspaceRefreshToken.
PlatformWorkspaceRefreshToken.name ● String! non-null scalar
The name of the PlatformWorkspaceRefreshToken.