UK_MAR | 2019-01-08 12:25:01 UTC | #1
I am using OAuth with Authorization code. It is specified that maximum expire time of access token is 48 hours(5 mins to 48 hours, specified while creating OAuth client). I have a use case where OAuth access token should be alive for at lease a month. Is there any way to get long live access token? Any suggestions from your side on this?
tim.smith | 2019-01-08 15:01:58 UTC | #2
No, you must adhere to the stated limits. When an access token has expired, your app will need to initiate the login process again to get a new access token.
system | 2019-02-08 15:02:03 UTC | #3
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 4309