You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am using a service that has the following parameters :
token expiration 10 minutes
only possible to request a refresh token after 570 seconds
So if I read the code correctly, using .setExpirationMinutes(10)
and keeping the expiration_buffer_seconds like it is set by default to 60 seconds
makes me run into trouble as I refresh my token too early.
As a consequence it would help me to be able to set the expiration buffer to 30
Thx
Carl
The text was updated successfully, but these errors were encountered:
carldewever560
changed the title
member function to set Service_.EXPIRATION_BUFFER_SECONDS_ needed
member function to set SetExpirationBufferSeconds needed
Jan 24, 2022
Hello,
I am using a service that has the following parameters :
So if I read the code correctly, using .setExpirationMinutes(10)
and keeping the expiration_buffer_seconds like it is set by default to 60 seconds
makes me run into trouble as I refresh my token too early.
As a consequence it would help me to be able to set the expiration buffer to 30
Thx
Carl
The text was updated successfully, but these errors were encountered: