/
DeleteAllSecurityKeysTask
DeleteAllSecurityKeysTask
This is an asynchronous task to delete all U2F Security Keys.
DeleteAllSecurityKeysTask.runTask(TaskListener taskListener, String serverUrl, String sessionToken)
taskListener - Listener to processes the result of the request.
serverUrl - iThe URL of the SurePassID FIDO Server.
sessionToken - The value returned by ValidateUserTask after successfully authenticating with a username and password.
Example
DeleteAllSecurityKeysTask.runTask(new TaskListener() { @Override public void onTaskSuccess() { } @Override public void onTaskError(String errorMessage, int errorCode) { } }, mServerUrl, mSessionToken);
, multiple selections available,
Related content
GetSecurityKeyListTask
GetSecurityKeyListTask
More like this
Delete FIDO U2F Key
Delete FIDO U2F Key
More like this
Delete All FIDO U2F Keys
Delete All FIDO U2F Keys
More like this
FIDO U2F Enroll Operation - Android Example
FIDO U2F Enroll Operation - Android Example
More like this
Android UAF Client App API
Android UAF Client App API
More like this
FIDO U2F Sign Operation - Android Example
FIDO U2F Sign Operation - Android Example
More like this