@awell-health/awell-extensions 2.0.122 → 2.0.123
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -68,4 +68,5 @@ Fields and datapoints provide you, the builders and designers, a powerful mechan
|
|
68
68
|
### Extending OAuth
|
69
69
|
|
70
70
|
For those who require OAuth2.0 in your flows, there is a base client available in `@awell-health/extensions-core`. By extending that base client, you can include more complex authentication flows in your custom actions. Please see `./extensions/elation/client.ts` for an example of how you can create DataWrappers, API Clients, and the necessary datawrapper constructor that must be passed to the API client to create your flows.
|
71
|
+
|
71
72
|
Currently supported are Resource Owner Password Grant and Client Credentials Grant.
|