I'm trying to understand the difference between us...
# suitetalkapi
j
I'm trying to understand the difference between using OAuth 1.0 token authentication and OAuth2 authentication. Is there a way to permanently authenticate an app using OAuth2 or does one have to keep refreshing the tokens?
b
you still have to get new access tokens every hour, but the refresh token can last 2 years instead of 1 week
j
thank you @battk