'datetime', 'password' => 'hashed', ]; } /** * JWT Identifier. */ public function getJWTIdentifier() { return $this->getKey(); } /** * JWT Custom Claims. */ public function getJWTCustomClaims() { return []; } }