You have no favorites... yet!
Library . Utilities . TokenStorage
This bundle includes useful functions for storing, modifying, retrieving, and deleting tokens that your application needs to access.
These can be useful for application data such as OAuth tokens, IDs that represent the last message that your application processed, various global configuration settings, a device state, etc.
Note: These functions are intended to be used for storing a relatively small number of tokens or application settings, and should not be used to store data for your application's users. For this reason, there are limits to the number of tokens that you can store. Currently, you can store a maximum of 50 tokens. If this number is exceeded, the oldest existing token will be removed so that you can store a new token.
Utilities.
Deletes a specified token.
Utilities.
Returns one or more tokens represented by a specified list of names.
Utilities.
Returns true or false depending on whether the token is locked or not.
Utilities.
Returns true or false depending on whether the token is valid or not.
Utilities.
Locks a specified token.
Utilities.
Retrieves a specified token.
Utilities.
Sets a specified token as valid or invalid.
Utilities.
Stores a token.
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms