Code0 LogoCode0

UserSession

Represents a user session

Fields without arguments

NameTypeDescription
activeBoolean!Whether or not the session is active and can be used
createdAtTime!Time when this UserSession was created
idUserSessionID!Global ID of this UserSession
tokenStringToken belonging to the session, only present on creation
updatedAtTime!Time when this UserSession was last updated
userUser!User that belongs to the session
userAbilitiesUserSessionUserAbilities!Abilities for the current user on this UserSession

On this page