Home > @infiniteobjects/shopify-data-manager > AdminTypes > StorefrontAccessToken
A token that’s used to delegate unauthenticated access scopes to clients that need to access the unauthenticated Storefront API. An app can have a maximum of 100 active storefront access tokens for each shop.
Signature:
export interface StorefrontAccessToken extends Node
Extends: Node
Property | Modifiers | Type | Description |
---|---|---|---|
accessScopes | Array<AccessScope> | List of permissions associated with the token. | |
accessToken | Scalars[‘String’][‘output’] | The issued public access token. | |
createdAt | Scalars[‘DateTime’][‘output’] | The date and time when the public access token was created. | |
id | Scalars[‘ID’][‘output’] | A globally-unique ID. | |
title | Scalars[‘String’][‘output’] | An arbitrary title for each token determined by the developer, used for reference purposes. | |
updatedAt | Scalars[‘DateTime’][‘output’] | The date and time when the storefront access token was updated. |