Denis César

Results 1 issues of Denis César

I am passing authentication Example ``` private void startTVBusService() { mTVCore = TVCore.getInstance(); assert mTVCore != null; mTVCore.setAuthUrl("https://auth.dns/v1/auth"); mTVCore.setUsername("USER"); mTVCore.setPassword("PASS"); ``` But it is not calling authentication Which results in...