authenticate abstract method
- required String username,
- required String password,
- required Set<
Webservice> webservices,
Authenticates the user with the given username
and password
for the given webservices
.
Implementation
Future<Set<Token>> authenticate({required String username, required String password, required Set<Webservice> webservices});