Skip to content

Commit 837d3d9

Browse files
committed
docs(java): update readme with forceRefresh
1 parent cb8fa69 commit 837d3d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ public class Console {
139139
}
140140
```
141141

142+
> Token refresh note: `getAccessToken()` (or `getAccessToken(false)`) returns the cached token while valid. Call `getAccessToken(true)` to bypass the cache and force retrieval of a new token.
143+
142144
### Configure a Proxy
143145

144146
The Confidential Client accepts an additional optional parameter called `RequestOptions`. This can be created to specify a proxy for the client to use. Below is an example of how to do this:

0 commit comments

Comments
 (0)