PHP 클래스 Emarref\Jwt\Claim\PublicClaim

Claim Names can be defined at will by those using JWTs. However, in order to prevent collisions, any new Claim Name should either be registered in the IANA JSON Web Token Claims registry defined in Section 10.1 or be a Public Name: a value that contains a Collision-Resistant Name. In each case, the definer of the name or value needs to take reasonable precautions to make sure they are in control of the part of the namespace they use to define the Claim Name.
상속: 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