How to run the WiKID software token from the command line
This How-to applies to:
J2SE Software Token Client
This How-to is intended for:
End Users, System Administrator
Many systems administrators live on the command line. With the WiKID software token, you don't have to leave your bash shell to get a one-time passcode.
To run the token from the command line using the 3.1.3 jar version of the WiKID software token:
java -cp jWiKID-3.1.3.jar:jwcl.jar com.wikidsystems.jw.JWcl <domainid>
So, using our demo domain:
java -cp jWiKID-3.1.3.jar:jwcl.jar com.wikidsystems.jw.JWcl 888888888888
If the token is not registered, you will be prompted for a PIN - but only once.

