Authentication

Fields

expiresAtNaiveDateTime
realmString
tokenString

A 30 day authentication token that cannot be revoked. Guard safely and use sparingly! In-general, it is safer to use the temporary (1hr) token returned with viewer.token or create an access token (which can be revoked).

typeString
userUser

Deprecated Fields

idID

The ID of the authenticated user.

Use user instead.