|
Meteor-Unity
3
A C#-based SDK for connecting Unity to Meteor servers
|
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... | |
The results of a login call.
| 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.
1.8.11