authenticationStrategy property

PolicyAttributesAuthenticationStrategyEnum authenticationStrategy
getter/setter pair

The strategy used for authenticating as a license, for client-side integrations. ### Options - TOKEN: Allow licenses to authenticate using a license token. This is the default. - LICENSE: Allow licenses to authenticate using a license key. - MIXED: Allow both license token and license key authentication (each covered above). - NONE: Disable the ability for licenses to authenticate with the API.

Implementation

PolicyAttributesAuthenticationStrategyEnum authenticationStrategy;