app\models\ApiSubscriber::getJWTIdentifier PHP 메소드

getJWTIdentifier() 공개 메소드

Get the identifier that will be stored in the subject claim of the JWT
public getJWTIdentifier ( ) : mixed
리턴 mixed
    public function getJWTIdentifier()
    {
        return $this->getKey();
    }