AuthenticationMode

sealed class AuthenticationMode

Defines how SlamSDK should authenticate with the SlamAPI.

Inheritors

Types

Link copied to clipboard

Recommended Authenticate with a an api key.

Link copied to clipboard
class Token(val token: String) : AuthenticationMode

Not recommended Authenticate with a token.