User
class in Coherence.Cloud
Represents a user that has logged in to coherence Cloud.
Constructors
| User |
Fields
| None | Represents no user. |
Properties
| EqualityContract | |
| Guid | The unique identifier for the user. |
| SessionToken | Token uniquely identifying the logged-in user or guest. The token can be stored on the user's device locally, and later used to log in to coherence Cloud again using the same credentials, without the user needing to provide them again. |
| UserId | Identifier for the user. Any empty string for users that logged in as guests. |
| Username | Username of the user. |
Methods
| Equals | |
| GetHashCode | |
| PrintMembers | |
| ToString |
Operators
| op_Equality | |
| op_Implicit | |
| op_Inequality |