github.com/hashicorp/hcp-sdk-go@v0.94.0/.changelog/214.txt (about) 1 ```release-note:improvement 2 Adds a hcpConfig.Logout() method. Logout could previously be implemented by invalidating the cache. This now isn't possible anymore as the cache is not exported. 3 4 This change further removes the recently introduced forceLogin configuration value, as force login can easily be implemented by invoking hcpConfig.Logout() followed by hcpConfig.Token() without the need for a special configuration setting. 5 ```