Home > @tridion-sites/models > AccessToken
Signature:
export declare class AccessToken extends User
Extends: User
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ backendModel, inheritedSystemPrivileges, …userArgs }) | Constructs a new instance of the AccessToken class |
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. |
Method | Modifiers | Description |
---|---|---|
hasInheritedSystemPrivilege(systemPrivilege) |