Auth_OpenID_DumbStore::getAuthKey PHP Метод

getAuthKey() публичный Метод

This method returns the auth key generated by the constructor.
public getAuthKey ( )
    function getAuthKey()
    {
        return $this->auth_key;
    }