appToken property Null safety
read / write
The app token used to authenticate the client. It's mandatory when using the GlpiClient.withToken constructor. Also if you have setup a AppToken within your GLPI configuration, the token will be mandatory for all your requests.
Implementation
String? appToken;