This module is an OW action to store access tokens.
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.
Takes three mandatory parameters and stores the tokens in dynamodb.
profileID
provider
accessToken
Takes two mandatory parameters and returns the corresponding accessToken.
profileID
provider
Takes two mandatory parameters and deletes the corresponding accessToken.
profileID
provider
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.