PasswordResetController Fields |
The PasswordResetController type exposes the following members.
| Name | Description | |
|---|---|---|
| Completed |
The implementation of this delegate must execute the notify the user regarding the password reset result
| |
| PasswordReset |
The implementation of this delegate must execute the password reset for the account of the identity
| |
| SendOneTimeCode |
The implementation of this delegate must send off one time passwords to the identity
| |
| VerifyPassword |
The delegate is used to determine if a user is able to present his current password when he wants to change his password.
|