ParseUserRequestPasswordResetAsync Method (String, CancellationToken)Parse
Requests a password reset email to be sent to the specified email address associated with the user account. This email allows the user to securely reset their password on the Parse site.

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

public static Task RequestPasswordResetAsync(
	string email,
	CancellationToken cancellationToken
)

Parameters

email
Type: SystemString
The email address associated with the user that forgot their password.
cancellationToken
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
See Also

Reference