IdsApiImpl

class IdsApiImpl(repositoriesManager: IRepositoriesManager, modelClient: LocalModelClient)

Implementation of the REST API that is responsible for handling client and server IDs.

Constructors

Link copied to clipboard
constructor(modelClient: LocalModelClient)
constructor(storeClient: IStoreClient)
constructor(repositoriesManager: RepositoriesManager)
constructor(repositoriesManager: IRepositoriesManager, modelClient: LocalModelClient)

Functions

Link copied to clipboard
open suspend fun PipelineContext<Unit, ApplicationCall>.generateClientId()
Link copied to clipboard
open suspend fun PipelineContext<Unit, ApplicationCall>.getServerId()
Link copied to clipboard
open suspend fun PipelineContext<Unit, ApplicationCall>.getUserId()
Link copied to clipboard
fun init(application: Application)