restapi.services.authentication.BaseAuthentication.verify_password

static BaseAuthentication.verify_password(plain_password, hashed_password)[source]
Parameters:
  • plain_password (str)

  • hashed_password (str)

Return type:

bool