Merge pull request #19599 from totten/master-jwt
[civicrm-core.git] / ext / oauth-client / providers / test_example_2.test.json
CommitLineData
2752428e
TO
1{
2 "name": "test_example_2",
3 "title": "Second Test Example",
4 "class": "My\\Example2",
5 "options": {
6 "urlAuthorize": "https://example.com/two",
7 "scopes": ["scope-2-foo", "scope-2-bar"]
8 }
9}