You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
The class description contains sentence "The credentials are considered immutable", which is not technically correct: refresh() method updates in place access token and expiration time.
Possible formulation: "The credentials are generally considered immutable, with the exception of the 'refresh()' method"
The class description contains sentence "The credentials are considered immutable", which is not technically correct:
refresh()method updates in place access token and expiration time.Possible formulation: "The credentials are generally considered immutable, with the exception of the 'refresh()' method"