Skip to content

/AWS1/CL_IOXPROACTREFRESHTOK00

Configuration settings for proactively refreshing OAuth tokens before they expire.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_enabled TYPE /AWS1/IOXBOOLEAN /AWS1/IOXBOOLEAN

Indicates whether proactive refresh token renewal is enabled.

iv_daysbeforerenewal TYPE /AWS1/IOXINTEGER /AWS1/IOXINTEGER

The days before token expiration when the system should attempt to renew the token, specified in days.


Queryable Attributes

enabled

Indicates whether proactive refresh token renewal is enabled.

Accessible with the following methods

Method Description
GET_ENABLED() Getter for ENABLED, with configurable default
ASK_ENABLED() Getter for ENABLED w/ exceptions if field has no value
HAS_ENABLED() Determine if ENABLED has a value

DaysBeforeRenewal

The days before token expiration when the system should attempt to renew the token, specified in days.

Accessible with the following methods

Method Description
GET_DAYSBEFORERENEWAL() Getter for DAYSBEFORERENEWAL, with configurable default
ASK_DAYSBEFORERENEWAL() Getter for DAYSBEFORERENEWAL w/ exceptions if field has no v
HAS_DAYSBEFORERENEWAL() Determine if DAYSBEFORERENEWAL has a value