IEvsAuthService

interface IEvsAuthService

Interface defines the SDK authentication service

The service enables manually inject the api key to the SDK

Functions

Link copied to clipboard
abstract fun setApiKey(apiKey: ByteArray?): Boolean

Sets the API Key Data as received from everysight

Link copied to clipboard
abstract fun setApiKeyName(fileNameWithoutExt: String?): Boolean

Sets the API Key file name, without extension, to be loaded from the application assets\bundle

Link copied to clipboard
abstract fun setCertificate(certificate: ByteArray?): Boolean

Sets the Glasses Certificate Data as received from everysight.

Link copied to clipboard
abstract fun setCertificateName(fileNameWithoutExt: String?): Boolean

Sets the Glasses Certificate file name, without extension, to be loaded from the application assets\bundle