Skip past navigation linksSecure Global Desktop 4.31 Administration Guide > Commands > The tarantella tokencache delete command

The tarantella tokencache delete command

Syntax

Skip past command syntax or program codetarantella tokencache delete { [ --username username | --all ] [ --format text | xml ] }
                               | --file file

Description

Deletes entries in the token cache. The token cache is used by the authentication token login authority.

Option Description
--username username Specifies the TFN name of the entry to be deleted.
--all Deletes all entries in the cache.
--format text | xml Output format (default: text).
--file file Specifies a batch file to process. The file contains one line per set of settings, each line using the above options. Use --file - to read from stdin.

Examples

Skip past command syntax or program codetarantella tokencache delete --all

Deletes all entries in the token cache.

Related topics