CredentialConfig

class CredentialConfig(val userId: String, val userToken: String, val userName: String, val isAnonymous: Boolean)

Data class that contains credentials of the current user.

Constructors

Link copied to clipboard
constructor(userId: String, userToken: String, userName: String, isAnonymous: Boolean)

Properties

Link copied to clipboard

The user is anonymous or not

Link copied to clipboard

Id of the current user.

Link copied to clipboard

Name of the current user.

Link copied to clipboard

Api token of the current user.