# DelegateAccessTokenInput - admin - INPUT_OBJECT
Version: 2025-01

## Description
The input fields for a delegate access token.

### Access Scopes



## Fields
* [delegateAccessScope](/docs/api/admin/2025-01/scalars/String): String! - The list of scopes that will be delegated to the new access token.
* [expiresIn](/docs/api/admin/2025-01/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/2025-01/mutations/delegateAccessTokenCreate)


## Examples