Home
last modified time | relevance | path

Searched refs:basicAuth (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-auth-session/build/
H A DTokenRequest.js154 const basicAuth = Base64.encodeNoWrap(credentials);
155 headers.Authorization = `Basic ${basicAuth}`;
298 const basicAuth = Base64.encodeNoWrap(credentials);
299 headers.Authorization = `Basic ${basicAuth}`;
H A DTokenRequest.js.map1basicAuth = Base64.encodeNoWrap(credentials);\n headers.Authorization = `Basic ${basicAuth}`;…
/expo/packages/expo-auth-session/src/
H A DTokenRequest.ts184 const basicAuth = Base64.encodeNoWrap(credentials); constant
185 headers.Authorization = `Basic ${basicAuth}`;
376 const basicAuth = Base64.encodeNoWrap(credentials); constant
377 headers.Authorization = `Basic ${basicAuth}`;