...
This is an asynchronous task to delete all U2F Security Keys.
public static void
DeleteAllSecurityKeysTask.runTask(TaskListener taskListener, String serverUrl, String sessionToken)
taskListener - Listener to processes the result of the delete all request.
serverUrlĀ - is the iThe URL of the SurePassID FIDO Server.
sessionTokenĀ - is the The value returned by ValidateUserTask after successfully authenticating with a username and password.
...