AuthenticationStrategy

sealed interface AuthenticationStrategy

AuthenticationStrategy is a sealed interface that defines the contract for different authentication strategies used within the Aiuta SDK.

Implementations of this interface should provide the necessary logic to authenticate requests made by the SDK.

Example implementations include:

Inheritors

Properties

Link copied to clipboard
abstract val subscriptionId: String