Click or drag to resize

PasswordResetController Fields

The PasswordResetController type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCompleted
The implementation of this delegate must execute the notify the user regarding the password reset result
Public fieldStatic memberPasswordReset
The implementation of this delegate must execute the password reset for the account of the identity
Public fieldStatic memberSendOneTimeCode
The implementation of this delegate must send off one time passwords to the identity
Public fieldStatic memberVerifyPassword
The delegate is used to determine if a user is able to present his current password when he wants to change his password.
Top
See Also