The token that will be replaced with the credential information. The token is case sensitive and is traditionally represented as all uppercase.

A TOKEN for a username/password credential will be replaced in the following ways:
$TOKEN will be replaced with username:password
$TOKEN_PSW will be replaced with just the password
$TOKEN_USR will be replaced with just the username

A token for an SSH username/keypair credential will be replaced in the following ways:
$token will be replaced with the keypair or first key if loaded from file
$token_USR will be replaced with the username