Meteor-Unity  3
A C#-based SDK for connecting Unity to Meteor servers
Public Attributes | List of all members
Meteor.LoginResult Class Reference

The results of a login call. More...

Public Attributes

string token
 The token to log back in again. More...
 
string id
 The user ID. More...
 
long when
 A time, in ticks, when this login token was issued. Used to verify expiration. More...
 
bool alreadyLoggedIn
 Was the user already logged in previously with this token? More...
 

Detailed Description

The results of a login call.

Member Data Documentation

bool Meteor.LoginResult.alreadyLoggedIn

Was the user already logged in previously with this token?

string Meteor.LoginResult.id

The user ID.

string Meteor.LoginResult.token

The token to log back in again.

long Meteor.LoginResult.when

A time, in ticks, when this login token was issued. Used to verify expiration.


The documentation for this class was generated from the following file: