Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1006324 // standardCredentialsMap - make URL parameters with user & pass

JavaX fragment (include)

static Map<S, S> standardCredentialsMap() {
  S user = standardCredentialsUser();
  S pass = standardCredentialsPass();
  if (nempty(user) && nempty(pass))
    ret litmap("_user" := user, "_pass" := pass);
  ret litmap();
}

Author comment

Began life as a copy of #1005163

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gjtlkbvenryc, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006324
Snippet name: standardCredentialsMap - make URL parameters with user & pass
Eternal ID of this version: #1006324/1
Text MD5: 791d91ac6b084d31720253784bdc9a78
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-28 20:27:40
Source code size: 229 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 507 / 553
Referenced in: [show references]