Decoding correlation method
Decode
public function decode(?string $raw):?JwtObject
Get decoding status, 1: pass, - 1: invalid, - 2: token expired
public function getStatus(): int
Get encryption method
public function getAlg()
get user
public function getAud()
Get expiration time
public function getExp()
Get release time
public function getIat()
Get issuer
public function getIss(): string
Get jwt-id
public function getJti()
Get effective time
public function setNbf($nbf): void
Get topic
public function getSub()
Get custom data
public function getData()
Get signature
public function getSignature()
Get relevant data through key
final public function getProperty($name)