xero-laravel
xero-laravel copied to clipboard
Should `getTenants()` be in `OAuth2.php`?
trafficstars
https://github.com/langleyfoxall/xero-laravel/blob/abf58477c02c57e2d00e0e8aa33ec0f4b70ab736/src/OAuth2.php#L121
I was trying to see if we could use Socialite instead of replicating oauth2 implementation and found getTenants(). Strictly speaking, is it part of the OAuth2 specification?