Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%SYS] >  [TokenAuth]
Private  Storage   

persistent class %SYS.TokenAuth extends %Persistent

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
6 13 2


Summary

Properties
AccessTokenHash Expires GroupId RefreshTokenHash
SID SecurityContext

Methods
%%CLASSNAMELogicalToStorage %%CLASSNAMEStorageToLogical %AddToSaveSet %AddToSyncSet
%BMEBuilt %BuildIndicesAsync %BuildIndicesAsyncResponse %CheckConstraints
%CheckConstraintsForExtent %ClassIsLatestVersion %ClassName %ComposeOid
%ConstructClone %Delete %DeleteExtent %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Exists
%ExistsId %Extends %GUID %GUIDSet
%GetLock %GetParameter %GetSwizzleObject %Id
%InsertBatch %IsA %IsModified %IsNull
%KillExtent %KillExtentData %LoadFromMemory %LockExtent
%LockId %New %NormalizeObject %ObjectIsNull
%ObjectModified %Oid %OnBeforeAddToSync %OnDeleteFinally
%OnDetermineClass %OnOpenFinally %OnSaveFinally %Open
%OpenId %OriginalNamespace %PackageName %PhysicalAddress
%PurgeIndices %Reload %RemoveFromSaveSet %ResolveConcurrencyConflict
%RollBack %Save %SaveDirect %SaveIndices
%SerializeObject %SetModified %SortBegin %SortEnd
%SyncObjectIn %SyncTransport %UnlockExtent %UnlockId
%ValidateIndices %ValidateObject %ValidateTable UpdateGroupId


Properties

• property AccessTokenHash as %String(MAXLEN=64);
• property Expires as %BigInt;
• property GroupId as %String(MAXLEN="");
• property RefreshTokenHash as %String(MAXLEN=64);
• property SID as %String(MAXLEN=24) [ InitialExpression = $System.Encryption.Base64Encode($System.Encryption.GenCryptRand(18)) ];
• property SecurityContext as %String(MAXLEN="");

Methods

• classmethod UpdateGroupId(sid As %String, groupId As %String) as %Status

Indices

•index (ExpiresIndex on Expires);
•index (SIDIndex on SID) [IdKey];


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.