Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ The [Errors SDK library](https://github.com/adobe/aio-lib-core-errors) is the ba

The [Networking SDK library](https://github.com/adobe/aio-lib-core-networking) provides low-level networking tools such as exponential back-off that can be used in SDK libraries and custom API clients.

##### Authentication

The [Authentication SDK library](https://github.com/adobe/aio-lib-core-auth) helps Developers generate access tokens using OAuth service-to-service (S2S) credentials, enabling Runtime actions to call Adobe services.

### Token-Vending Machine

The [Token-Vending Machine](https://github.com/adobe/aio-tvm) is exposed as an API deployed to Runtime, provided with App Builder.
Expand Down
3 changes: 2 additions & 1 deletion src/pages/guides/references.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ title: Reference Documentation
* [Error Handling Library](https://github.com/adobe/aio-lib-core-errors)
* [Configuration Library](https://github.com/adobe/aio-lib-core-config)
* [Networking Library](https://github.com/adobe/aio-lib-core-networking)
* [Token-Vending Machine Client Library](https://github.com/adobe/aio-lib-core-tvm)
* [Authentication Library](https://github.com/adobe/aio-lib-core-auth)
* [Token-Vending Machine Client Library](https://github.com/adobe/aio-lib-core-tvm)
* [Github Actions Support](https://github.com/features/actions)
* [Github Action to setup the CLI](https://github.com/adobe/aio-cli-setup-action)
* [Github Action to use the CLI](https://github.com/adobe/aio-apps-action)
Expand Down