Skip to content

Give More Specific OAuth2.0 Error Message if Token Cannot be Refreshed #516

@StevenMMortimer

Description

@StevenMMortimer

Currently, when tokens cannot be refreshed a generic warning message is printed "Unable to refresh token"

warning("Unable to refresh token", call. = FALSE)

A number of more specific error messages are being trapped by known_oauth2.0_error() here

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

No one assigned

    Labels

    featurea feature request or enhancementoauth 🏓wipwork in progress

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions