Class RemoveTokenStep
java.lang.Object
io.getlime.security.powerauth.lib.cmd.steps.v3.RemoveTokenStep
- All Implemented Interfaces:
BaseStep
public class RemoveTokenStep extends java.lang.Object implements BaseStep
Helper class with token remove logic.
PowerAuth protocol versions:
- 3.0
- 3.1
- Author:
- Roman Strobl, roman.strobl@wultra.com
-
Constructor Summary
Constructors Constructor Description RemoveTokenStep() -
Method Summary
Modifier and Type Method Description org.json.simple.JSONObjectexecute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context)Execute this step with given contextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RemoveTokenStep
public RemoveTokenStep()
-
-
Method Details
-
execute
public org.json.simple.JSONObject execute(StepLogger stepLogger, java.util.Map<java.lang.String,java.lang.Object> context) throws java.lang.ExceptionExecute this step with given context
-