Anchor to DelegateAccessTokenDelegate
objectDelegate Access Token
A token that delegates a set of scopes from the original permission.
To learn more about creating delegate access tokens, refer to Delegate OAuth access tokens to subsystems.
Anchor to FieldsFields
- Anchor to accessScopesaccess•[String!]!
Scopes non-null The list of permissions associated with the token.
- Anchor to accessTokenaccess•String!
Token non-null The issued delegate access token.
- Anchor to createdAtcreated•Date
At Time! non-null The date and time when the delegate access token was created.
Was this section helpful?
Anchor to MutationsMutations
- •mutation
Creates a
with a subset of the parent token's permissions.Delegate access tokens enable secure permission delegation to subsystems or services that need limited access to shop resources. Each token inherits only the scopes you specify, ensuring subsystems operate with minimal required permissions rather than full app access.
Learn more about delegating access tokens to subsystems.
Was this section helpful?