...
Tokens are delivered using the standard HTTP cookie mechanism. The cookieName
parameter is the cookie's name and the value is the token. The token value is guaranteed to be universally unique and impossible to guess. The tokenPath
parameter defines the URI path within the storage domain with which a user requests a token and then performs listing and delete operations on active tokens. The tokenAdmin
is the user name of the token administrator who is able to create, list, and delete tokens on behalf of other users.
...