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
The AuthCodePkceSpotify implementation was contributed by another maintainer, so I don't have full context on the reasoning behind not including a from_token_with_config() method, my intuition is he might just miss the requirement of the function.
There is currently no way to create
AuthCodePkceSpotify
with a custom config.Is there any reason to not have
AuthCodePkceSpotify::from_token_with_config()
as there is forAuthCodeSpotify
?The text was updated successfully, but these errors were encountered: