We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600f243 commit 8020013Copy full SHA for 8020013
1 file changed
README.md
@@ -229,13 +229,15 @@ def authorization_callback():
229
"patient/ExplanationOfBenefit.read",
230
"patient/Patient.read",
231
"profile",
232
+ "openid",
233
]
234
- 2. access token scope where demagraphic info not included:
235
+ 2. access token scope where demographic info not included:
236
237
scope: [
238
"patient/Coverage.read",
239
240
241
242
"""
243
config = {
0 commit comments