# DelegateAccessTokenInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields for a delegate access token. ### Access Scopes ## Fields * [delegateAccessScope](/docs/api/admin-graphql/2024-10/scalars/String): String! - The list of scopes that will be delegated to the new access token. * [expiresIn](/docs/api/admin-graphql/2024-10/scalars/Int): Int - The amount of time, in seconds, after which the delegate access token is no longer valid. ## Input objects with this input object * [delegateAccessTokenCreate](/docs/api/admin-graphql/2024-10/mutations/delegateAccessTokenCreate) ## Examples