Class Horde_Token_Sql
Token tracking implementation for PHP's PEAR database abstraction layer.
The table structure for the tokens is as follows:
CREATE TABLE horde_tokens ( token_address VARCHAR(100) NOT NULL, token_id VARCHAR(32) NOT NULL, token_timestamp BIGINT NOT NULL, PRIMARY KEY (token_address, token_id) );
Copyright 1999-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
- Horde_Token_Base
- Horde_Token_Sql
public
|
|
public
|
|
public
boolean
|
|
public
|
get(),
getNonce(),
isValid(),
validate(),
validateUnique(),
verify()
|