# DelegateAccessToken - admin-graphql - OBJECT Version: 2024-07 ## Description 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/docs/apps/build/authentication-authorization/access-tokens/use-delegate-tokens). ### Access Scopes ## Fields * [accessScopes](/docs/api/admin-graphql/2024-07/scalars/String): String! - The list of permissions associated with the token. * [accessToken](/docs/api/admin-graphql/2024-07/scalars/String): String! - The issued delegate access token. * [createdAt](/docs/api/admin-graphql/2024-07/scalars/DateTime): DateTime! - The date and time when the delegate access token was created. ## Connections ## Related queries ## Related mutations * [delegateAccessTokenCreate](/docs/api/admin-graphql/2024-07/mutations/delegateAccessTokenCreate) Creates a delegate access token. To learn more about creating delegate access tokens, refer to [Delegate OAuth access tokens to subsystems](https://shopify.dev/docs/apps/build/authentication-authorization/access-tokens/use-delegate-tokens). ## Related Unions ## Examples