PHP 클래스 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.
상속: extends AbstractClaim
파일 보기 프로젝트 열기: emarref/jwt

공개 메소드들

메소드 설명
__construct ( string $name = null, mixed $value = null )
getName ( ) : string
setName ( string $name )

메소드 상세

__construct() 공개 메소드

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

getName() 공개 메소드

public getName ( ) : string
리턴 string

setName() 공개 메소드

public setName ( string $name )
$name string