Skip to main content

UserToken

No description

type UserToken implements Node {
auth0Identifier: ID!
description: String!
expiresAt: DateTime
id: ID!
namespaces: [Namespace!]!
permissions: [Permission!]!
}

Fields

UserToken.auth0Identifier ● ID! non-null scalar

The auth0 identifier of the user to which this token belongs.

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.id ● ID! non-null scalar

The ID of the token.

UserToken.namespaces ● [Namespace!]! non-null object

The namespaces this token grants access to.

UserToken.permissions ● [Permission!]! non-null scalar

The permissions this token grants.

Interfaces

Node interface

An object with an ID.

Returned By

userToken query

Member Of

UserTokenEdge object