店面访问令牌-StorefrontAccessToken 对象

令牌,用于将未经身份验证的访问权限委派给需要访问这些权限的Storefront API的客户端。


在本页面


属性

  • accessScopes[[AccessScope!]!](https://shopify.dev/docs/admin-api/graphql/reference/access/accessscope)
    与令牌关联的权限列表。
  • accessToken[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    已发行的公共访问令牌。
  • createdAt[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    创建公共访问令牌的日期和时间。
  • id [ID!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#id-2021-01)
    全局唯一标识符。
  • title[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
    开发人员确定的每个令牌的任意标题,用于参考。
  • UpdatedAt[DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01)
    店面访问令牌更新的日期和时间。

返回StorefrontAccessToken的类型

  • [Shop.storefrontAccessTokens](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#storefrontaccesstokens-2021-01)

StorefrontAccessToken的变体


派生关系

  • [Node](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/node)