Documentation

Horde_Token
in package

The Horde_Token:: class provides a common abstracted interface into the various token generation mediums. It also includes all of the functions for retrieving, storing, and checking tokens.

Copyright 1999-2017 Horde LLC (http://www.horde.org/)

See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.

Tags
author

Max Kalika max@horde.org

author

Chuck Hagenbuch chuck@horde.org

category

Horde

Table of Contents

generateId()  : string
Generates a connection id and returns it.

Methods

generateId()

Generates a connection id and returns it.

public static generateId([string $seed = '' ]) : string
Parameters
$seed : string = ''

A unique ID to be included in the token.

Return values
string

The generated id string.

Search results