# aio-app-auth-cache **Repository Path**: mirrors_adobe/aio-app-auth-cache ## Basic Information - **Project Name**: aio-app-auth-cache - **Description**: Runtime action to store IMS access tokens - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-03-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Version](https://img.shields.io/npm/v/@adobe/aio-app-auth-cache.svg)](https://npmjs.org/package/@adobe/aio-app-auth-cache) [![Downloads/week](https://img.shields.io/npm/dw/@adobe/aio-app-auth-cache.svg)](https://npmjs.org/package/@adobe/aio-app-auth-cache) [![Build Status](https://travis-ci.com/adobe/aio-app-auth-cache.svg?branch=master)](https://travis-ci.com/adobe/aio-app-auth-cache) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) This module is an OW action to store access tokens. ## Usage This can be used to store access tokens and the corresponding expiry dates. Some important terminology is listed below. profileID is :oauth: the provider is "adobe" for IMS accessToken is either the user accessToken or service token as per IMS terminology Call the action with any of the following combinations for the described functionality. ## Storing Takes three mandatory parameters and stores the tokens in dynamodb. ``` profileID provider accessToken ``` ## Retrieving Takes two mandatory parameters and returns the corresponding accessToken. ``` profileID provider ``` ## Deleting Takes two mandatory parameters and deletes the corresponding accessToken. ``` profileID provider ``` ### Contributing Contributions are welcomed! Read the [Contributing Guide](./.github/CONTRIBUTING.md) for more information. ### Licensing This project is licensed under the Apache V2 License. See [LICENSE](LICENSE) for more information.