Table of Contents

SessionToken

struct in Coherence.Cloud

Token generated when successfully logging in to coherence Cloud, 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.

Fields
None

Represents the absence of a session token.

Methods
Deserialize

Converts the previously serializedstring representation of a SessionToken back into a SessionToken.

Equals
GetHashCode
Serialize

Converts the given SessionToken into a string. The returned string value can be persisted on disk, and later converted back into a SessionToken. >

ToString
Operators
op_Equality
op_Implicit
op_Inequality