RefreshToken
The OAuth 2.0 refresh token to use to retrieve a valid access token, which grants access to the user's files.
The refresh token is valid only for two weeks but the connector can obtain a new refresh token through the Box API. OpenText recommends that you run your fetch task at least once every two weeks, because otherwise you must obtain a new refresh token manually (for example by running the OAuth configuration tool).
TIP: OpenText recommends that you set this parameter by running the OAuth configuration tool that is supplied with the connector. The OAuth tool generates a configuration file that you can import into the connector configuration file. For information about using the OAuth configuration tool, refer to the Box Connector Administration Guide.
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | TaskName or FetchTasks |
Example: | RefreshToken=...
|
See Also: |