-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
featurea feature request or enhancementa feature request or enhancementoauth 🏓wipwork in progresswork in progress
Description
Currently, when tokens cannot be refreshed a generic warning message is printed "Unable to refresh token"
Line 31 in 1fc6598
warning("Unable to refresh token", call. = FALSE) |
A number of more specific error messages are being trapped by known_oauth2.0_error()
here
Line 6 in 1fc6598
oauth2.0_errors <- c( |
Is it possible to print out any of the trapped error messages so that we can get some more detail on how to debug if a token cannot be refreshed.
Metadata
Metadata
Assignees
Labels
featurea feature request or enhancementa feature request or enhancementoauth 🏓wipwork in progresswork in progress