PHP Class Emarref\Jwt\Claim\PrivateClaim

A producer and consumer of a JWT MAY agree to use Claim Names that are Private Names: names that are not Registered Claim Names Section 4.1 or Public Claim Names Section 4.2. Unlike Public Claim Names, Private Claim Names are subject to collision and should be used with caution.
Inheritance: extends AbstractClaim
Afficher le fichier Open project: emarref/jwt

Méthodes publiques

Méthode Description
__construct ( string $name = null, mixed $value = null )
getName ( ) : string
setName ( string $name )

Method Details

__construct() public méthode

public __construct ( string $name = null, mixed $value = null )
$name string
$value mixed

getName() public méthode

public getName ( ) : string
Résultat string

setName() public méthode

public setName ( string $name )
$name string