Home > @infiniteobjects/shopify-data-manager > AdminTypes > DelegateAccessTokenInput
The input fields for a delegate access token.
Signature:
export interface DelegateAccessTokenInput
Property | Modifiers | Type | Description |
---|---|---|---|
delegateAccessScope | Array<Scalars[‘String’][‘input’]> | The list of scopes that will be delegated to the new access token. | |
expiresIn? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The amount of time, in seconds, after which the delegate access token is no longer valid. |