Marco Lindner
Marco Lindner
If desired you could use this workaround: ``` token_app pkgcond::suppress_messages(pattern = "Loading cached token") ```
**In this context I would like to add:** I think it would make sense to implement a refresh_token flow in general, in which `get_azure_token()` can either be passed a refresh...
Yes, but I try to prevent a new request for the second token because it would use the device_code flow (cloned from the first token) and this would lead to...