tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > AccessToken

AccessToken type

Represents read-only access token data.

Signature:

export type AccessToken = User & {
    ExpiresAt?: string;
    InheritedSystemPrivileges?: SystemPrivilegesDictionary;
    Signature?: string;
};

References: User, SystemPrivilegesDictionary