xero-python icon indicating copy to clipboard operation
xero-python copied to clipboard

Fix refresh access token silently failing when using a space delimited string for scope

Open j-osephlong opened this issue 9 months ago • 0 comments

Fixes https://github.com/XeroAPI/xero-python/issues/68

Simply extends the check for scope string to be a list, tuple, OR a string.

j-osephlong avatar May 23 '24 11:05 j-osephlong