Table of Contents

SessionToken

struct in Coherence.Cloud

A token uniquely identifying a player account that has logged in to coherence Cloud.

Remarks

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