AccessTokens

This element is a container for Token elements. If authentication of HTTP clients is enabled, Kaspersky Scan Engine provides access to its functions only to those HTTP clients that have successfully authenticated by using the API token.

If the element UseAccessToken is set to 1, the AccessTokens element is mandatory.

Path

ServerSettings > AuthSettings > AccessTokens

Example

The following is an example of this element.

<AccessTokens>

<Token>

<Name>Unlimited key</Name>

<Value>SldYQTUyOUNVMnE3VWR2N3Izamk2QkVNc2hhLTV5dTBLcVUzeXZLdGYtNkkrVFUyQUVRQUNLQUFCSWdwRUlJTQ==</Value>

<Description>ScanEngine Clients. Full access scope</Description>

<Enabled>1</Enabled>

</Token>

<Token>

<Name>Key for URL-scanning</Name>

<Value>XUmCkYURUdWQldFGIT3TlEQUQQwkBy2LLNaNMVtrkSQUR2kSNUZV=NT2zLRzQJycVW5VNhUVOdLVcUd3YeVFnT=h</Value>

<Description>Server access key. Only URL-scanning</Description>

<Enabled>0</Enabled>

</Token>

</AccessTokens>

Page top