I have this
AuthenticationView { anchors.fill: parent
authenticationManager: AuthenticationManager
}
I would like to declare a username and password for a map service without the need of asking the user for a password.
I tried declaring credentials:
'{"username": "user","password": "pass"}'but that failed as well...I can't find any documentation on how exactly authenticationManager operates.
authenticationManager: AuthenticationManager
Any help would be appreciated.