Open bilogic opened 9 months ago
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?
getTenants()
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?