validateAuthKey need help

Hi, I am confuse in the advance template

in this method validateAuthKey




 public function validateAuthKey($authKey)

    {


        return $this->getAuthKey() === $authKey;

    }




I don’t know how this $authKey gets value.

Thank you in advance.