You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| environment | "SANDBOX" or "PRODUCTION" | BB2 API environment (default="SANDBOX")|
45
+
| version | 1 or 2 | BB2 API version (default=2)|
46
+
| client_id | "foo" | oauth2 client id of the app|
47
+
| client_secret | "bar" | oauth2 client secret of the app|
48
+
| callback_url | "https://www.fake.com/callback"| oauth2 callback URL of the app |
48
49
49
50
For application registration and client id and client secret, please refer to:
50
51
[Blue Button 2.0 API Docs - Try the API](https://bluebutton.cms.gov/developers/#try-the-api)
51
52
53
+
Auth Token Refresh on Expire:
54
+
55
+
SDK FHIR requests will check if the access token is expired before the data end point call, if the access token is expired, then a token refresh is performed with the refresh token in the current auth token object, this behavior can be disabled by setting configuration parameter as below:
56
+
57
+
"token_refresh_on_expire": false
58
+
59
+
By default, token_refresh_on_expire is true.
60
+
52
61
FHIR requests retry:
53
62
54
63
Retry is enabled by default for FHIR requests, retry_settings: parameters for exponential back off retry algorithm
0 commit comments