Default Oauth key lifetime?

So, the question in titile.
Default Oauth key lifetime?

It’s not documented so it can change any time, but it’s 4 hours for the authentication flow. And 60 days for implicit and client credentials flow.

I generate a key, and every time the lifetime is random

Yes, token expiration varies. Generally speaking though tokens from the Auth Code flow expire after roughly 4 hours, and implicit and client credentials expire after roughly 60 days. Sometimes they may last a little longer, sometimes they may be a little shorter.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.