auth method

bool auth(
  1. String password
)

Implementation

bool auth(String password) {
  return makePass(password) == pass;
}