authenticate

suspend fun authenticate(patientApiKey: String? = null): Luscii.AuthenticateResult

Authenticates with the given LusciiConfiguration.patientApiKey. If the API key is not set in the LusciiConfiguration, patientApiKey must be set.

If both are set, patientApiKey will be used.