Learn how to manage user authentication tokens and credentials in social.plus SDK
AmityUserTokenManager
to manage user credentials. This includes an access token that can be used to access some Beta features.
Parameter | Type | Required | Description |
---|---|---|---|
userId | String | ✅ | The unique identifier of the user whose credentials are being managed by the AmityUserTokenManager |
displayName | String | ❌ | The display name of the user. If provided, it will be associated with the user’s credentials |
authToken | String | ❌ | The user’s authentication token. If provided, it will be used to authenticate the user when accessing the social.plus application |
Secure Storage
Network Security
Token Management
Error Handling
Performance