AppToken
Represents token data.
type AppToken implements Node {
id: ID!
name: String
authToken: String
}
Fields
AppToken.id ● ID! non-null scalar
AppToken.name ● String scalar
Name of the authenticated token.
AppToken.authToken ● String scalar
Last 4 characters of the token.
Interfaces
Node interface
An object with an ID
Member of
App object ● AppTokenCreate object ● AppTokenDelete object
Was this page helpful?