-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels