Auth_OpenID_DumbStore::getAuthKey PHP Method

getAuthKey() public method

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