PHP Class ManaPHP\Authentication\Token\Adapter\Mwt

Inheritance: extends ManaPHP\Component, implements ManaPHP\Authentication\TokenInterface
Afficher le fichier Open project: manaphp/manaphp

Protected Properties

Свойство Type Description
$_fields array
$_keys array
$_ttl integer
$_type string

Méthodes publiques

Méthode Description
__construct ( array $options = [] ) Mwt constructor.
decode ( string $str ) : static
encode ( ) : string

Method Details

__construct() public méthode

Mwt constructor.
public __construct ( array $options = [] )
$options array

decode() public méthode

public decode ( string $str ) : static
$str string
Résultat static

encode() public méthode

public encode ( ) : string
Résultat string

Property Details

$_fields protected_oe property

protected array $_fields
Résultat array

$_keys protected_oe property

protected array $_keys
Résultat array

$_ttl protected_oe property

protected int $_ttl
Résultat integer

$_type protected_oe property

protected string $_type
Résultat string