# CustomerAccessTokenCreateInput - storefront - INPUT_OBJECT Version: unstable ## Description The input fields required to create a customer access token. ### Access Scopes ## Fields * [email](/docs/api/storefront/unstable/scalars/String): String! - The email associated to the customer. * [password](/docs/api/storefront/unstable/scalars/String): String! - The login password to be used by the customer. ## Input objects with this input object * [customerAccessTokenCreate](/docs/api/storefront/unstable/mutations/customerAccessTokenCreate) ## Examples