Smartsheet OAuth Client lifespan

127 Views Asked by At

Is it possible to create a public OAuth Client id that never expires in Smartsheet using their simple developer account they provide? They provide trial accounts, but my concern is what happens with the OAuth client when the account expires? Will the client expire to?

2

There are 2 best solutions below

0
On

The account would need to remain active for the client id to continue working. Trial accounts are just that - trials, so naturally you wouldn't want to setup anything permanent with an account you don't intend to keep.

You might be confusing client ids (essentially an identifier for your app) with access tokens? The client id would remain the same for the life of your app. Access tokens would need to be refreshed periodically. See the documentation for details.

1
On

Developer accounts are fully featured and can participate in the OAuth flow.