In the example code of the README the scope property is defined as string, but it must be an array. Invalid code: `$provider->scope = 'openid profile email offline_access ' . $baseGraphUri . '/User.Read';`
In the example code of the README the scope property is defined as string, but it must be an array.
Invalid code:
$provider->scope = 'openid profile email offline_access ' . $baseGraphUri . '/User.Read';