refresh_token - OAuth 2.0 authorization code flow

My application is using the OAuth 2.0 authorization code flow. The /login/authorization/token endpoint is returning an access_token but not a refresh_token. Under what conditions or using which authentication flow can I obtain a refresh_token for my client ID (CLIENT_ID)

Hi @Upputhalla_48461142
We do not support refresh tokens.
Our access token is valid until 3:30 AM and expires after that.

For more information, please refer to the Get Token documentation.

Thanks!