i set those properties in my oauthinfo-object:
expiration: 200,
minTimeUntilExpiration: 180,
i can see in the console log that those settings are set but when i obtain an token and check
credential.expires the timestamp is still only 30 minutes valid.
I would like to make this period longer or it would be nice if i can obtain the refreshtoken
from the oauthinfo-object.
In that case my backend can renew the access token.