Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DefaultTokenExpiresIn Constant

In This Article

Specifies the default access token lifetime, in seconds.

#Declaration

Delphi
const DefaultTokenExpiresIn = 3600;

#Remarks

The authorization agent assigns this writable typed constant value to the AccessTokenExpiresIn property’s underlying field if an authentication server provides no expiration time for a newly generated access token. The agent uses the refresh token to automatically update the access token once it expires.

See Also