IntuitDeveloper / OAuth2_PHP

PHP sample app for OAuth2
Apache License 2.0
37 stars 34 forks source link

Realm Id still given after auth? #13

Open gsteri1 opened 5 years ago

gsteri1 commented 5 years ago

Hi, #9 it is said that the realmId is in the response upon successful authentication. Is this still true, because running your example I do not see a realmId.

Thank you!