We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The NetReach Agent needs to renew its token according to the time provided after doing the initial login. e.g. if the login response is:
{ "token" : "...", "user" : { "uuid" : "e6b60b64-fb8a-4e97-a013-a116c7a34fd3", "lastName" : "ADMIN", "username" : "ff4uuKKx3tkjBEDZnHPM", "roleList" : [ "SUPER_ADMIN" ], "firstName" : "ADMIN", "email" : "[email protected]" }, "token_expiration" : 1674086790, "refresh_token_expiration" : 1678925190, "refresh_token" : "..." }
then the agent needs to re-login using the refresh token before the refresh_token_expiration.
refresh_token_expiration
The text was updated successfully, but these errors were encountered:
craigpratt
No branches or pull requests
The NetReach Agent needs to renew its token according to the time provided after doing the initial login. e.g. if the login response is:
then the agent needs to re-login using the refresh token before the
refresh_token_expiration
.The text was updated successfully, but these errors were encountered: