IPasswordsClientV1 class abstract

Implementers

Constructors

IPasswordsClientV1()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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.
toString() String
A string representation of this object.
inherited
validateCode(String? correlationId, String userId, String code) Future<bool?>
Validates a code.

Operators

operator ==(Object other) bool
The equality operator.
inherited