Skip to content

Help with authentication #12

@deniscesar

Description

@deniscesar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions