tridion-sites-extensions-api-docs

Home > @tridion-sites/models > AccessToken

AccessToken class

Signature:

export declare class AccessToken extends User

Extends: User

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, inheritedSystemPrivileges, …userArgs })   Constructs a new instance of the AccessToken class

Properties

Property Modifiers Type Description
_backendModel   BackendAccessToken  
expiresAt   string | undefined Expiration date and time in UTC format for this token.
getInternalModel   () => BackendAccessToken  
inheritedSystemPrivileges   SystemPrivilegesDictionary | undefined Dictionary containing “SystemPrivilege” and link “Group” associations.
signature   string | undefined Signature value for this token to prevent modifying any of its properties outside of the CM system.

Methods

Method Modifiers Description
hasInheritedSystemPrivilege(systemPrivilege)