Closed Fedenieto90 closed 6 years ago
Hi, I'm working on a Practitioner facing app for iOS. The problem is that after 10 minutes, the requests start failing because of authentication. Is there a way to refresh the access token?
Thanks in advance! Fede.
You can call smart.authorize() again, which should use the refresh token if one is present. See OAuth2's documentation for details.
smart.authorize()
Hi, I'm working on a Practitioner facing app for iOS. The problem is that after 10 minutes, the requests start failing because of authentication. Is there a way to refresh the access token?
Thanks in advance! Fede.