StorefrontAccessToken object
Token used to delegate unauthenticated access scopes to clients that need to access the unautheticated Storefront API.
On this page
Fields
- accessScopes (
[[AccessScope!]!](https://shopify.dev/docs/admin-api/graphql/reference/access/accessscope)
)
List of permissions associated with the token. - accessToken (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
The issued public access token. - createdAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the public access token was created. - id (
[ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
)
Globally unique identifier. - title (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
An arbitrary title for each token determined by the developer, used for reference purposes. - updatedAt (
[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
)
The date and time when the storefront access token was updated.
Types that return StorefrontAccessToken
[Shop.storefrontAccessTokens](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#storefrontaccesstokens-2021-01)
Mutations for StorefrontAccessToken
- storefrontAccessTokenCreate
Creates a storefront access token. - storefrontAccessTokenDelete
Deletes a storefront access token.
Implements
[Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)