PHP Class Psecio\Jwt\Claim\Custom

Inheritance: extends Psecio\Jwt\Claim
Afficher le fichier Open project: psecio/jwt

Protected Properties

Свойство Type Description
$name
$type

Méthodes publiques

Méthode Description
__construct ( string $value, string $type ) Initialize the claim with the given value and type
setType ( string $type ) : Claim Set the claim type

Method Details

__construct() public méthode

Initialize the claim with the given value and type
public __construct ( string $value, string $type )
$value string Claim value
$type string Type value

setType() public méthode

Set the claim type
public setType ( string $type ) : Claim
$type string Claim type
Résultat Psecio\Jwt\Claim instance

Property Details

$name protected_oe property

protected $name

$type protected_oe property

protected $type