tvbus.android
tvbus.android copied to clipboard
Help with authentication
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 a -105