UserToken
No description
type UserToken implements Node {
id: ID!
description: String!
expiresAt: DateTime
permissions: [Permission!]!
namespaces: [Namespace!]!
}
Fields
UserToken.id ● ID! non-null scalar
The ID of the token.
UserToken.description ● String! non-null scalar
A description of the token's intended use.
UserToken.expiresAt ● DateTime scalar
Expiration time of the token, if any.
UserToken.permissions ● [Permission!]! non-null scalar
The permissions this token grants.
UserToken.namespaces ● [Namespace!]! non-null object
The namespaces this token grants access to.
Interfaces
Node interface
An object with an ID.
Member of
CreateUserTokenResponse object ● UserTokenEdge object