## APS SDK for Authentication

[![npm](https://img.shields.io/badge/npm-8.11-blue.svg)](https://www.npmjs.com/)
[![License Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](https://github.com/autodesk-platform-services/aps-sdk-node/blob/development/LICENSE)

Generate tokens using the OAuth 2.0 standard to authenticate requests made to APS APIs and SDKs.
For further information see [Documentation](https://aps.autodesk.com/en/docs/oauth/v2/developers_guide/overview)


## Installation 
```
npm i @aps_sdk/authentication
```
## Example

For usage, see [Authentication sample](https://github.com/autodesk-platform-services/aps-sdk-node/blob/development/samples/authentication.ts)
