메소드 | 설명 | |
---|---|---|
getClaim ( string $key ) : mixed | null | Returns the value of the payload of the specified key. | |
getClaims ( ) : array | Returns the claims. | |
getPayload ( ) : mixed | Returns the payload of the JWT. | |
hasClaim ( string $key ) : boolean | ||
hasClaims ( ) : boolean | ||
withPayload ( mixed $payload ) : Jose\Object\JWTInterface |
public withPayload ( mixed $payload ) : Jose\Object\JWTInterface | ||
$payload | mixed | |
리턴 | Jose\Object\JWTInterface |