authenticate

suspend fun authenticate(patientApiKey: String): Luscii.AuthenticateResult

Authenticates with the given patientApiKey.

If successfully authenticated, make sure to check the returned AuthenticateResult.Success to see if the user must accept the disclaimer.