...
...
...
...
...
...
...
...
Excerpt |
---|
Noah Mobile supports OAuth 2.0 ‘implicit grant flow’ Authorization in this release, and requires that client applications authorize in order to access the Noah Mobile API.
The following is an example Authorization used by the HIMSA Patient Sample module:
When the user grants access, the App must then take the code and exchange it for an Access Token using the following information:
Your App must then pull out the access token and use it when querying for data in the API. The access_token is inside of a #hash fragment (as some server side components cannot read this information). You may want to take time to extract other information that is sent along here such as the “state Optional” if it is used in the prior step. |