User Token Management

API token management is a login authentication process that allows an amity user to access amity applications in a unified and streamlined environment.

Amity iOS SDK provides AmityUserTokenManager to manage user credentials. This includes an access token that can be used to access Beta services.

NOTE: Please be aware that we do not provide any API to support the usage of user tokens on the client SDK. To use this user token, you must interact with ASC services with your own effort.

Create a User Token

To create a new user token, refer to the following example.

Last updated