updatePassword method
ResponseFuture<IdentifierResponse>
updatePassword(
- UpdatePasswordReq request, {
- CallOptions? options,
Update user's password by another user (such as an administrator)
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> updatePassword(
$1.UpdatePasswordReq request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$updatePassword, request, options: options);
}