Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


 

 This is an asynchronous task to delete all U2F Security Keys.

The TaskListener processes the result of the delete all request.

mServerUrl is the URL of the SurePassID FIDO Server.

mSessionToken is the value returned after successfully authenticating with a username and password.


Code Block
languagejava
themeEclipse
DeleteAllSecurityKeysTask.runTask(new TaskListener() {
    @Override
    public void onTaskSuccess() {
    }

    @Override
    public void onTaskError(String errorMessage, int errorCode) {
    }
}, serverUrlmServerUrl, mUsernamemSessionToken);