tvbus.android icon indicating copy to clipboard operation
tvbus.android copied to clipboard

Help with authentication

Open deniscesar opened this issue 7 months ago • 1 comments

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

deniscesar avatar May 27 '25 00:05 deniscesar