ParseUserSignUpAsync Method (CancellationToken)Parse
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.

Namespace: Parse
Assembly: Parse (in Parse.dll) Version: 1.5.5.0 (1.5.5.0)
Syntax

public Task SignUpAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
See Also

Reference