You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user of the TokenTransport,
I want to explicitly check if the returned error is caused by failed token fetch
so that I can execute a different branch of code.
As a user of the
TokenTransport
,I want to explicitly check if the returned error is caused by failed token fetch
so that I can execute a different branch of code.
Currently, a generic error message is returned:
go-form3/pkg/form3/auth_token.go
Line 108 in 9d40a2d
Desired outcome would be to have a defined error (or custom error type should work as well)
The text was updated successfully, but these errors were encountered: