Skip to main content

AppToken

Represents an authentication token for an App.

type AppToken implements Node {
id: ID!
name: String!
authToken: String!
}

Fields

AppToken.id ● ID! non-null scalar

The Globally Unique ID of this object

AppToken.name ● String! non-null scalar

AppToken.authToken ● String! non-null scalar

Last 4 characters of the authentication token

Interfaces

Node interface

An object with a Globally Unique ID

Member Of

App object ● AppTokenCreate object ● AppTokenDelete object

Was this page helpful?