<?
// CNic_Toolkit_Response_AuthInfo - response object for transfer codes
// Copyright (c) 2010 CentralNic Ltd. All rights reserved. This program is
// free software; you can redistribute it and/or modify it under the terms
// of the GNU GPL
// $Id: AuthInfo.php,v 1.2 2010/03/31 12:03:02 gavin Exp $
class CNic_Toolkit_Response_AuthInfo extends CNic_Toolkit_Response {
public function auth_code() {
return $this->response('authcode');
}
}
?>