Overload List
Name | Description | |
---|---|---|
SignUpAsync |
Signs up a new user. This will create a new ParseUser on the server and will also persist the
session on disk so that you can access the user using CurrentUser. A username and
password must be set before calling SignUpAsync.
| |
SignUpAsync(CancellationToken) |
Signs up a new user. This will create a new ParseUser on the server and will also persist the
session on disk so that you can access the user using CurrentUser. A username and
password must be set before calling SignUpAsync.
|
See Also