PHP Class Psecio\Jwt\Claim\ExpireTime

Inheritance: extends Psecio\Jwt\Claim
Show file Open project: psecio/jwt

Protected Properties

Property Type Description
$name
$type

Public Methods

Method Description
validate ( string $value ) : boolean Validate the Issued At data

Method Details

validate() public method

Validate the Issued At data
public validate ( string $value ) : boolean
$value string Claim data
return boolean Pass/fail of validation

Property Details

$name protected property

protected $name

$type protected property

protected $type