Home > @tridion-sites/open-api-client > AccessToken
Represents read-only access token data.
Signature:
export type AccessToken = User & {
ExpiresAt?: string;
InheritedSystemPrivileges?: SystemPrivilegesDictionary;
Signature?: string;
};
References: User, SystemPrivilegesDictionary