|
Migrated question from old forum Hello, I am searching and wondering how long is the connection of accounting before it will expire? Can It be set? Or is there a standard like 100 days? Thank you. |
Answered by
mcclowes
Feb 18, 2023
Replies: 1 comment
|
Great question! This is actually dependent on the platform as they use different authentication. For those using basic auth. will not expire unless the platform automatically rotates API keys for security reasons. With respect platforms using OAuth they are dependent on the refresh token's expiry meaning that if it has an expiry of for example 5 days then as long as you keep refreshing the token within that timeframe then access to the platform will remain active. Could I ask: what are you trying to do? |
0 replies
Answer selected by
mcclowes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great question! This is actually dependent on the platform as they use different authentication. For those using basic auth. will not expire unless the platform automatically rotates API keys for security reasons. With respect platforms using OAuth they are dependent on the refresh token's expiry meaning that if it has an expiry of for example 5 days then as long as you keep refreshing the token within that timeframe then access to the platform will remain active.
Could I ask: what are you trying to do?