AuthenticationOption

Modes available for user authentication.

Inheritors

Types

Link copied to clipboard

Anonymous authentication.

Link copied to clipboard
interface JWECallback

Interface callback called to inform the SDK about the JWE token retrieval.

Link copied to clipboard
interface JWEProvider

Interface for the JSON web encrypted token provider. If you use secured authentication you will have to implement this interface to provide an up-to-date token at any time the SDK needs it.

Link copied to clipboard

Secured authentication using a JWE (encrypted JWT).

Link copied to clipboard
class Simple(val userId: String) : AuthenticationOption

Simple authentication using a unique identifier.