Secure
Make sure only the right people can access your applications
const auth0 = await createAuth0Client({ domain: '{yourDomain}', client_id: '{yourClientId}', audience: '{yourApiIdentifier}', useRefreshTokens: false });
PATCH /api/v2/clients/{client_id} { "refresh_token": { "rotation_type": "non-rotating", "expiration_type": "non-expiring" } }
Was this page helpful?