customAuthenticationMode property

AuthenticationMode? customAuthenticationMode
getter/setter pair

Allows bearer authentication mode for engines. This mode adds a header ("Authorization", "Bearer $Token") to each online request made by the module the object is added to. The token can either be provided directly or retrieved via key/secret from a dedicated backend.

Implementation

AuthenticationMode? customAuthenticationMode;