ParseUserSignUpAsync Method Parse
Overload List

  NameDescription
Public methodSignUpAsync
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.
Public methodSignUpAsync(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.
Top
See Also

Reference