Property | Type | Description | |
---|---|---|---|
FacebookScope | string | ||
GuestEmailDomain | string |
Method | Description | |
---|---|---|
CreateAndLoginWith ( string email, string username, string password ) : Method |
Creates a user. This function logs in as the newly created user on successful completion. You must pass password and at least one of username or email — enough information for the user to be able to log in again later. If there are existing users with a username or email only differing in case, createUser will fail.
|
|
LoginAsGuest ( ) : |
Login as a guest. Use inside an IEnumerator/Coroutine.
|
|
LoginWith ( string username, string password ) : Method |
Log in with a specified username and password. See the method documentation for correctly executing methods. Meteor.Method`1.
|
|
LoginWithFacebook ( ) : |
Logs in with Facebook. Requires the Facebook SDK and the compile preprocessor symbol FACEBOOK defined.
|
|
LoginWithGoogle ( ) : |
Logs in with a Google account. Currently not supported.
|
|
LoginWithToken ( ) : Method |
Log in with a saved token.
|
Method | Description | |
---|---|---|
Accounts ( ) : System | ||
HandleOnLogin ( Error error, |
||
LoginAsGuestCoroutine ( ) : IEnumerator | ||
LoginWithFacebookCoroutine ( ) : IEnumerator | ||
RegisterForPush ( ) : IEnumerator |
public static CreateAndLoginWith ( string email, string username, string password ) : Method |
||
string | Email. Currently unsupported. | |
username | string | Username. |
password | string | Password. |
return | Method |
public static LoginAsGuest ( ) : |
||
return |
public static LoginWith ( string username, string password ) : Method |
||
username | string | Username. |
password | string | Password. |
return | Method |
public static LoginWithFacebook ( ) : |
||
return |
public static LoginWithGoogle ( ) : |
||
return |