Advertisement
Guest User

Untitled

a guest
May 1st, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function tryAuthentication() {
  2.     authService = dataEngine("notes").serviceForSource("auth");
  3.     op = authService.operationDescription("Auth");
  4.     op.username = plasmoid.readConfig("username");
  5.     op.password = plasmoid.readConfig("password");
  6.     job = authService.startOperationCall(op);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement