# DelegateAccessTokenInput - admin - INPUT_OBJECT Version: unstable ## Description The input fields for a delegate access token. ### Access Scopes ## Fields * [delegateAccessScope](/docs/api/admin/unstable/scalars/String): String! - The list of scopes that will be delegated to the new access token. * [expiresIn](/docs/api/admin/unstable/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/unstable/mutations/delegateAccessTokenCreate) ## Examples