TokenUnassignmentValve
Valve to unassign OATH, PREFETCH & One Touch tokens assigned to a user.
Valve operates over all items in flow.
Properties
Example Configuration
{
        "name": "TokenUnassignmentValve",
        "config": { 
              "username_param_name": "{{request.username}}",
	      "revoke_oath": "true",
	      "revoke_pki": "false",
	      "revoke_prefetch": "false"
        }
}Requirements
Item set must have at least one entry.
