PHP Class ManaPHP\Authentication\Token\Adapter\Mwt

Inheritance: extends ManaPHP\Component, implements ManaPHP\Authentication\TokenInterface
Datei anzeigen Open project: manaphp/manaphp

Protected Properties

Property Type Description
$_fields array
$_keys array
$_ttl integer
$_type string

Public Methods

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

Method Details

__construct() public method

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

decode() public method

public decode ( string $str ) : static
$str string
return static

encode() public method

public encode ( ) : string
return string

Property Details

$_fields protected_oe property

protected array $_fields
return array

$_keys protected_oe property

protected array $_keys
return array

$_ttl protected_oe property

protected int $_ttl
return integer

$_type protected_oe property

protected string $_type
return string