Is there any way to extend hybris occ oauth2 access token expire time dynamically?
I need to extend hybris occ oauth2 access token expire time.
I tried to use the refresh_token, I can't use in this case because I can't predict how much time will it take.
(As you know, only password grant type provides refresh token. But my third party app isn't password grant type)
Is there anyway except for extending default access token expire time?