> ## Documentation Index
> Fetch the complete documentation index at: https://developers.authlete.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enabling Refresh Token Issuance

> Configuring Authlete service and clients to enable issuing a refresh token including adding REFRESH_TOKEN to Supported Grant Types and Grant Types settings in both Service Owner and Developer Consoles.

<Info>
  For **Authlete 2.x** documentation, see [2.x version](/v2/configuration-reference/token-lifecycle-policies/how-to-enable-refresh-token-grant-type).
</Info>

In order to include a refresh token in a response from [/auth/token](/api-reference/token-endpoint/process-token-request), you have to configure both Authlete service and its clients.

If not configured, Refresh Token Grant Type (grant\_type=refresh\_token) is disabled. Issuing of a refresh token for other grant types such as Authorization Code Grant Type (grant\_type=authorization\_code) is also omitted.

## Service settings

In the Authlete console, go to your service settings, under `Endpoints > Global Settings`. You will then need to enable the "REFRESH\_TOKEN" value under the `Supporter Grant Types` setting.

![how-to-enable-refresh-token-grant-type\_1](https://storage.googleapis.com/authlete-website/resources/kb/how-to-enable-refresh-token-grant-type/client-settings.png)

*Supported Grant Types*

## Client settings

**Requiring such settings for clients is applicable for Authlete 2.1 and later i.e. not applicable for Authlete 2.0 and its previous versions.**

In the Authlete console, go to your client settings, under `Endpoints > Global Settings`. You will then need to enable the "REFRESH\_TOKEN" value under the `Supporter Grant Types` setting.

![how-to-enable-refresh-token-grant-type\_2](https://storage.googleapis.com/authlete-website/resources/kb/how-to-enable-refresh-token-grant-type/service-settings.png)

*Grant Types*
