stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > DelegateAccessToken

AdminTypes.DelegateAccessToken interface

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] (https://shopify.dev/apps/auth/oauth/delegate-access-tokens).

Signature:

export interface DelegateAccessToken 

Properties

Property Modifiers Type Description
accessScopes   Array<Scalars[‘String’][‘output’]> The list of permissions associated with the token.
accessToken   Scalars[‘String’][‘output’] The issued delegate access token.
createdAt   Scalars[‘DateTime’][‘output’] The date and time when the delegate access token was created.