IPasswordsController class

Implementers

Constructors

IPasswordsController()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

authenticate(String correlationId, String userId, String password) → Future<bool>
Authenticates a password. [...]
changePassword(String correlationId, String userId, String oldPassword, String newPassword) → Future
Changes a password. [...]
deletePassword(String correlationId, String userId) → Future
Deletes a password. [...]
getPasswordInfo(String correlationId, String userId) → Future<UserPasswordInfoV1>
Gets a password infomation. [...]
recoverPassword(String correlationId, String userId) → Future
Recovers a password. [...]
resetPassword(String correlationId, String userId, String code, String password) → Future
Resets a password. [...]
setPassword(String correlationId, String userId, String password) → Future
Sets a password. [...]
setTempPassword(String correlationId, String userId) → Future<String>
Sets a temporary password. [...]
validateCode(String correlationId, String userId, String code) → Future<bool>
Validates a code. [...]
validatePassword(String correlationId, String password) → Future
Validate a password. [...]
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited