Privicore uses two types of tokens to control access:
- Temporary Token (
A-
): Used for short-term access, valid for a day. - Authorization Token (
T-
): Used for long-term access, valid for a year.
You’ll authenticate your user account to get these tokens, then use them to store and retrieve data.
Leave A Comment