app\User::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();
    }