Class StoredToken
Abstract class which aims to be the parent class of the different types of tokens.
Direct known subclasses
Genetsis\core\AccessToken, Genetsis\core\ClientToken, Genetsis\core\RefreshToken
Abstract
Namespace: Genetsis\core
Package: Genetsis
Category: Bean
Version: 1.0
Since: 2011-09-08
Located at core/StoredToken.php
Namespace: Genetsis\core
Package: Genetsis
Category: Bean
Version: 1.0
Since: 2011-09-08
Located at core/StoredToken.php
public
|
#
__construct( string $value, integer $expires_in = 0, integer $expires_at = 0, string $path = '/' )
|
public static
boolean|
|
|
public
string
|
|
abstract protected
|
|
public
string
|
|
public
|
|
public
integer
|
|
public
|
|
public
integer
|
|
public
|
|
public
string
|
|
public
|
protected
string
|
$name
The token name. |
#
null
|
protected
string
|
$value
The token value. |
#
null
|
protected
integer
|
$expires_in
integer Number the seconds until the token expires. |
#
null
|
protected
integer
|
$expires_at
Date when the token expires. As UNIX timestamp. |
#
null
|
protected
string
|
$path
Full path to the folder where cookies will be saved. |
#
'/'
|