Searched refs:basicAuth (Results 1 – 3 of 3) sorted by relevance
154 const basicAuth = Base64.encodeNoWrap(credentials);155 headers.Authorization = `Basic ${basicAuth}`;298 const basicAuth = Base64.encodeNoWrap(credentials);299 headers.Authorization = `Basic ${basicAuth}`;
1 …basicAuth = Base64.encodeNoWrap(credentials);\n headers.Authorization = `Basic ${basicAuth}`;…
184 const basicAuth = Base64.encodeNoWrap(credentials); constant185 headers.Authorization = `Basic ${basicAuth}`;376 const basicAuth = Base64.encodeNoWrap(credentials); constant377 headers.Authorization = `Basic ${basicAuth}`;