sessionValidityInHours property

int sessionValidityInHours

The validity period of this authenticated session.

After sessionValidityInHours period, current authorized session will be invalid and you will need to authorize with riot api again.

If you have handleSessionAutomatically set to True, it will be handled automatically

Implementation

int get sessionValidityInHours => _rsoHandler._accessTokenExpiryInHours;