AuthToken
Authentication Token
type AuthToken {
uuid: String!
tokenType: String!
scope: TokenScope!
token: String!
name: String
createdAt: Date!
updatedAt: Date!
}
Fields
AuthToken.uuid ● String! non-null scalar
UUID of the Auth Token
AuthToken.tokenType ● String! non-null scalar
Type of the Auth Token
AuthToken.scope ● TokenScope! non-null enum
Scope of the Auth Token
AuthToken.token ● String! non-null scalar
Authentication Token value
AuthToken.name ● String scalar
Name of the Auth Token
AuthToken.createdAt ● Date! non-null scalar
Created at timestamp
AuthToken.updatedAt ● Date! non-null scalar
Updated at timestamp
Member Of
Account object ● AuthPayload object