You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use this SDK you need to authenticate using the user Authtoken, credentials, or Management Token (stack-level token).
32
+
To use this SDK, you need to authenticate users. You can do this by using the Authtoken, credentials, or Management Token (stack-level token). Let's discuss them in detail.
33
33
### Authtoken
34
-
An **Authtoken** is a read-write token used to make authorized CMA requests, and it is a **user-specific** token.
34
+
An [Authtoken](https://www.contentstack.com/docs/developers/create-tokens/types-of-tokens/#authentication-tokens-authtokens-) is a read-write token used to make authorized CMA requests, and it is a **user-specific** token.
**Management Tokens** are **stack-level** tokens, with no users attached to them.
50
+
[Management Tokens](https://www.contentstack.com/docs/developers/create-tokens/about-management-tokens/) are **stack-level** tokens, with no users attached to them.
0 commit comments