@doordeck/doordeck-headless-sdk 0.132.0 → 0.134.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. package/kotlin/Kermit-kermit-core.js +44 -44
  2. package/kotlin/Kermit-kermit.js +4 -4
  3. package/kotlin/Kotlin-DateTime-library-kotlinx-datetime.js +1411 -1411
  4. package/kotlin/KotlinMultiplatformLibsodium-multiplatform-crypto-libsodium-bindings.js +74 -22
  5. package/kotlin/MultiplatformSettings-multiplatform-settings.js +18 -18
  6. package/kotlin/doordeck-sdk.d.ts +13 -91
  7. package/kotlin/doordeck-sdk.js +9739 -10202
  8. package/kotlin/kotlin-kotlin-stdlib.js +6 -6
  9. package/kotlin/kotlinx-atomicfu.js +13 -13
  10. package/kotlin/kotlinx-coroutines-core.js +1906 -1906
  11. package/kotlin/kotlinx-io-kotlinx-io-bytestring.js +32 -32
  12. package/kotlin/kotlinx-io-kotlinx-io-core.js +443 -443
  13. package/kotlin/kotlinx-serialization-kotlinx-serialization-core.js +1710 -1710
  14. package/kotlin/kotlinx-serialization-kotlinx-serialization-json.js +1347 -1347
  15. package/kotlin/ktor-ktor-client-auth.js +241 -241
  16. package/kotlin/ktor-ktor-client-content-negotiation.js +135 -135
  17. package/kotlin/ktor-ktor-client-core.js +1882 -1882
  18. package/kotlin/ktor-ktor-client-logging.js +668 -668
  19. package/kotlin/ktor-ktor-events.js +6 -6
  20. package/kotlin/ktor-ktor-http-cio.js +330 -330
  21. package/kotlin/ktor-ktor-http.js +682 -682
  22. package/kotlin/ktor-ktor-io.js +628 -628
  23. package/kotlin/ktor-ktor-serialization-kotlinx-json.js +7 -7
  24. package/kotlin/ktor-ktor-serialization-kotlinx.js +140 -140
  25. package/kotlin/ktor-ktor-serialization.js +62 -62
  26. package/kotlin/ktor-ktor-utils.js +660 -660
  27. package/kotlin/ktor-ktor-websockets.js +37 -37
  28. package/package.json +1 -1
@@ -69,11 +69,11 @@
69
69
  initMetadataForCoroutine($invoke$refreshTokenIfNeededCOROUTINE$, CoroutineImpl);
70
70
  initMetadataForCoroutine($invoke$executeWithNewTokenCOROUTINE$, CoroutineImpl);
71
71
  function sendWithoutRequest(request) {
72
- return this.e4u();
72
+ return this.n4u();
73
73
  }
74
74
  function addRequestHeaders$default(request, authHeader, $completion, $super) {
75
75
  authHeader = authHeader === VOID ? null : authHeader;
76
- return $super === VOID ? this.d4u(request, authHeader, $completion) : $super.d4u.call(this, request, authHeader, $completion);
76
+ return $super === VOID ? this.m4u(request, authHeader, $completion) : $super.m4u.call(this, request, authHeader, $completion);
77
77
  }
78
78
  function refreshToken(response, $completion) {
79
79
  return true;
@@ -118,14 +118,14 @@
118
118
  function AuthConfig$isUnauthorizedResponse$slambda(resultContinuation) {
119
119
  CoroutineImpl.call(this, resultContinuation);
120
120
  }
121
- protoOf(AuthConfig$isUnauthorizedResponse$slambda).z4q = function (it, $completion) {
122
- var tmp = this.n3r(it, $completion);
121
+ protoOf(AuthConfig$isUnauthorizedResponse$slambda).i4r = function (it, $completion) {
122
+ var tmp = this.w3r(it, $completion);
123
123
  tmp.i9_1 = Unit_instance;
124
124
  tmp.j9_1 = null;
125
125
  return tmp.o9();
126
126
  };
127
127
  protoOf(AuthConfig$isUnauthorizedResponse$slambda).ca = function (p1, $completion) {
128
- return this.z4q(p1 instanceof HttpResponse ? p1 : THROW_CCE(), $completion);
128
+ return this.i4r(p1 instanceof HttpResponse ? p1 : THROW_CCE(), $completion);
129
129
  };
130
130
  protoOf(AuthConfig$isUnauthorizedResponse$slambda).o9 = function () {
131
131
  var suspendResult = this.i9_1;
@@ -134,7 +134,7 @@
134
134
  var tmp = this.g9_1;
135
135
  if (tmp === 0) {
136
136
  this.h9_1 = 1;
137
- return this.y4q_1.b35().equals(Companion_getInstance().s30_1);
137
+ return this.h4r_1.k35().equals(Companion_getInstance().b31_1);
138
138
  } else if (tmp === 1) {
139
139
  throw this.j9_1;
140
140
  }
@@ -144,15 +144,15 @@
144
144
  }
145
145
  while (true);
146
146
  };
147
- protoOf(AuthConfig$isUnauthorizedResponse$slambda).n3r = function (it, completion) {
147
+ protoOf(AuthConfig$isUnauthorizedResponse$slambda).w3r = function (it, completion) {
148
148
  var i = new AuthConfig$isUnauthorizedResponse$slambda(completion);
149
- i.y4q_1 = it;
149
+ i.h4r_1 = it;
150
150
  return i;
151
151
  };
152
152
  function AuthConfig$isUnauthorizedResponse$slambda_0(resultContinuation) {
153
153
  var i = new AuthConfig$isUnauthorizedResponse$slambda(resultContinuation);
154
154
  var l = function (it, $completion) {
155
- return i.z4q(it, $completion);
155
+ return i.i4r(it, $completion);
156
156
  };
157
157
  l.$arity = 1;
158
158
  return l;
@@ -160,12 +160,12 @@
160
160
  function AuthConfig() {
161
161
  var tmp = this;
162
162
  // Inline function 'kotlin.collections.mutableListOf' call
163
- tmp.a4r_1 = ArrayList_init_$Create$();
163
+ tmp.j4r_1 = ArrayList_init_$Create$();
164
164
  var tmp_0 = this;
165
- tmp_0.b4r_1 = AuthConfig$isUnauthorizedResponse$slambda_0(null);
165
+ tmp_0.k4r_1 = AuthConfig$isUnauthorizedResponse$slambda_0(null);
166
166
  }
167
167
  function AtomicCounter() {
168
- this.c4r_1 = atomic$int$1(0);
168
+ this.l4r_1 = atomic$int$1(0);
169
169
  }
170
170
  function AuthConfig$_init_$ref_ms3pb9() {
171
171
  var l = function () {
@@ -176,8 +176,8 @@
176
176
  }
177
177
  function Auth$lambda($this$createClientPlugin) {
178
178
  _init_properties_Auth_kt__9ob1dk();
179
- var providers = toList($this$createClientPlugin.n3q_1.a4r_1);
180
- $this$createClientPlugin.m3q_1.a3g_1.q2j(get_AuthProvidersKey(), providers);
179
+ var providers = toList($this$createClientPlugin.w3q_1.j4r_1);
180
+ $this$createClientPlugin.v3q_1.j3g_1.z2j(get_AuthProvidersKey(), providers);
181
181
  var tokenVersions = new ConcurrentMap();
182
182
  // Inline function 'io.ktor.util.AttributeKey' call
183
183
  var name = 'ProviderVersionAttributeKey';
@@ -200,13 +200,13 @@
200
200
  var tmp$ret$0 = tmp_0;
201
201
  var tmp$ret$1 = new TypeInfo(tmp, tmp$ret$0);
202
202
  var tokenVersionsAttributeKey = new AttributeKey(name, tmp$ret$1);
203
- $this$createClientPlugin.a49(Auth$lambda$slambda_0(providers, tokenVersions, tokenVersionsAttributeKey, null));
203
+ $this$createClientPlugin.j49(Auth$lambda$slambda_0(providers, tokenVersions, tokenVersionsAttributeKey, null));
204
204
  var tmp_2 = Send_instance;
205
- $this$createClientPlugin.q3q(tmp_2, Auth$lambda$slambda_2($this$createClientPlugin, providers, tokenVersions, tokenVersionsAttributeKey, null));
205
+ $this$createClientPlugin.z3q(tmp_2, Auth$lambda$slambda_2($this$createClientPlugin, providers, tokenVersions, tokenVersionsAttributeKey, null));
206
206
  return Unit_instance;
207
207
  }
208
208
  function invoke$findProvider(call, candidateProviders) {
209
- var headerValues = call.x3g().f2z().t2n(HttpHeaders_getInstance().e2y_1);
209
+ var headerValues = call.g3h().o2z().c2o(HttpHeaders_getInstance().n2y_1);
210
210
  var tmp;
211
211
  if (headerValues == null) {
212
212
  tmp = null;
@@ -232,8 +232,8 @@
232
232
  // Inline function 'io.ktor.util.logging.trace' call
233
233
  var this_0 = get_LOGGER();
234
234
  if (get_isTraceEnabled(this_0)) {
235
- var tmp$ret$3 = 'Unauthorized response ' + call.f3j().o3j().toString() + ' has no or empty "WWW-Authenticate" header. ' + 'Can not add or refresh token';
236
- this_0.o2s(tmp$ret$3);
235
+ var tmp$ret$3 = 'Unauthorized response ' + call.o3j().x3j().toString() + ' has no or empty "WWW-Authenticate" header. ' + 'Can not add or refresh token';
236
+ this_0.x2s(tmp$ret$3);
237
237
  }
238
238
  tmp_0 = null;
239
239
  } else {
@@ -250,7 +250,7 @@
250
250
  var _iterator__ex2g4s_1 = candidateProviders.p();
251
251
  while (_iterator__ex2g4s_1.q()) {
252
252
  var element_0 = _iterator__ex2g4s_1.r();
253
- if (element_0.d4r(element)) {
253
+ if (element_0.m4r(element)) {
254
254
  tmp$ret$6 = element_0;
255
255
  break $l$block;
256
256
  }
@@ -297,21 +297,21 @@
297
297
  return LinkedHashMap_init_$Create$();
298
298
  }
299
299
  function Auth$lambda$slambda($providers, $tokenVersions, $tokenVersionsAttributeKey, resultContinuation) {
300
- this.q4s_1 = $providers;
301
- this.r4s_1 = $tokenVersions;
302
- this.s4s_1 = $tokenVersionsAttributeKey;
300
+ this.z4s_1 = $providers;
301
+ this.a4t_1 = $tokenVersions;
302
+ this.b4t_1 = $tokenVersionsAttributeKey;
303
303
  CoroutineImpl.call(this, resultContinuation);
304
304
  }
305
- protoOf(Auth$lambda$slambda).n49 = function ($this$onRequest, request, _unused_var__etf5q3, $completion) {
306
- var tmp = this.o49($this$onRequest, request, _unused_var__etf5q3, $completion);
305
+ protoOf(Auth$lambda$slambda).w49 = function ($this$onRequest, request, _unused_var__etf5q3, $completion) {
306
+ var tmp = this.x49($this$onRequest, request, _unused_var__etf5q3, $completion);
307
307
  tmp.i9_1 = Unit_instance;
308
308
  tmp.j9_1 = null;
309
309
  return tmp.o9();
310
310
  };
311
- protoOf(Auth$lambda$slambda).p49 = function (p1, p2, p3, $completion) {
311
+ protoOf(Auth$lambda$slambda).y49 = function (p1, p2, p3, $completion) {
312
312
  var tmp = p1 instanceof OnRequestContext ? p1 : THROW_CCE();
313
313
  var tmp_0 = p2 instanceof HttpRequestBuilder ? p2 : THROW_CCE();
314
- return this.n49(tmp, tmp_0, !(p3 == null) ? p3 : THROW_CCE(), $completion);
314
+ return this.w49(tmp, tmp_0, !(p3 == null) ? p3 : THROW_CCE(), $completion);
315
315
  };
316
316
  protoOf(Auth$lambda$slambda).o9 = function () {
317
317
  var suspendResult = this.i9_1;
@@ -322,46 +322,46 @@
322
322
  case 0:
323
323
  this.h9_1 = 4;
324
324
  var tmp_0 = this;
325
- var tmp0 = this.q4s_1;
325
+ var tmp0 = this.z4s_1;
326
326
  var destination = ArrayList_init_$Create$();
327
327
  var _iterator__ex2g4s = tmp0.p();
328
328
  while (_iterator__ex2g4s.q()) {
329
329
  var element = _iterator__ex2g4s.r();
330
- if (element.e4t(this.u4s_1)) {
330
+ if (element.n4t(this.d4t_1)) {
331
331
  destination.k(element);
332
332
  }
333
333
  }
334
334
 
335
- tmp_0.w4s_1 = destination;
336
- this.x4s_1 = this.w4s_1;
337
- this.y4s_1 = this.x4s_1.p();
335
+ tmp_0.f4t_1 = destination;
336
+ this.g4t_1 = this.f4t_1;
337
+ this.h4t_1 = this.g4t_1.p();
338
338
  this.g9_1 = 1;
339
339
  continue $sm;
340
340
  case 1:
341
- if (!this.y4s_1.q()) {
341
+ if (!this.h4t_1.q()) {
342
342
  this.g9_1 = 3;
343
343
  continue $sm;
344
344
  }
345
345
 
346
- this.z4s_1 = this.y4s_1.r();
346
+ this.i4t_1 = this.h4t_1.r();
347
347
  var tmp_1 = this;
348
- tmp_1.a4t_1 = this.z4s_1;
349
- this.b4t_1 = this.a4t_1;
348
+ tmp_1.j4t_1 = this.i4t_1;
349
+ this.k4t_1 = this.j4t_1;
350
350
  var this_0 = get_LOGGER();
351
351
  if (get_isTraceEnabled(this_0)) {
352
- this_0.o2s('Adding auth headers for ' + this.u4s_1.x3h_1.toString() + ' from provider ' + toString(this.b4t_1));
352
+ this_0.x2s('Adding auth headers for ' + this.d4t_1.g3i_1.toString() + ' from provider ' + toString(this.k4t_1));
353
353
  }
354
354
 
355
355
  var tmp_2 = this;
356
- tmp_2.c4t_1 = this.r4s_1.d2s(this.b4t_1, Auth$lambda$slambda$lambda);
356
+ tmp_2.l4t_1 = this.a4t_1.m2s(this.k4t_1, Auth$lambda$slambda$lambda);
357
357
  var tmp_3 = this;
358
- tmp_3.d4t_1 = this.u4s_1.c3i_1.s2j(this.s4s_1, Auth$lambda$slambda$lambda_0);
359
- var tmp0_0 = this.d4t_1;
360
- var tmp2 = this.b4t_1;
361
- var value = this.c4t_1.c4r_1.kotlinx$atomicfu$value;
358
+ tmp_3.m4t_1 = this.d4t_1.l3i_1.b2k(this.b4t_1, Auth$lambda$slambda$lambda_0);
359
+ var tmp0_0 = this.m4t_1;
360
+ var tmp2 = this.k4t_1;
361
+ var value = this.l4t_1.l4r_1.kotlinx$atomicfu$value;
362
362
  tmp0_0.n2(tmp2, value);
363
363
  this.g9_1 = 2;
364
- suspendResult = this.b4t_1.f4t(this.u4s_1, VOID, this);
364
+ suspendResult = this.k4t_1.o4t(this.d4t_1, VOID, this);
365
365
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
366
366
  return suspendResult;
367
367
  }
@@ -386,37 +386,37 @@
386
386
  }
387
387
  while (true);
388
388
  };
389
- protoOf(Auth$lambda$slambda).o49 = function ($this$onRequest, request, _unused_var__etf5q3, completion) {
390
- var i = new Auth$lambda$slambda(this.q4s_1, this.r4s_1, this.s4s_1, completion);
391
- i.t4s_1 = $this$onRequest;
392
- i.u4s_1 = request;
393
- i.v4s_1 = _unused_var__etf5q3;
389
+ protoOf(Auth$lambda$slambda).x49 = function ($this$onRequest, request, _unused_var__etf5q3, completion) {
390
+ var i = new Auth$lambda$slambda(this.z4s_1, this.a4t_1, this.b4t_1, completion);
391
+ i.c4t_1 = $this$onRequest;
392
+ i.d4t_1 = request;
393
+ i.e4t_1 = _unused_var__etf5q3;
394
394
  return i;
395
395
  };
396
396
  function Auth$lambda$slambda_0($providers, $tokenVersions, $tokenVersionsAttributeKey, resultContinuation) {
397
397
  var i = new Auth$lambda$slambda($providers, $tokenVersions, $tokenVersionsAttributeKey, resultContinuation);
398
398
  var l = function ($this$onRequest, request, _unused_var__etf5q3, $completion) {
399
- return i.n49($this$onRequest, request, _unused_var__etf5q3, $completion);
399
+ return i.w49($this$onRequest, request, _unused_var__etf5q3, $completion);
400
400
  };
401
401
  l.$arity = 3;
402
402
  return l;
403
403
  }
404
404
  function Auth$lambda$slambda_1($this_createClientPlugin, $providers, $tokenVersions, $tokenVersionsAttributeKey, resultContinuation) {
405
- this.o4t_1 = $this_createClientPlugin;
406
- this.p4t_1 = $providers;
407
- this.q4t_1 = $tokenVersions;
408
- this.r4t_1 = $tokenVersionsAttributeKey;
405
+ this.x4t_1 = $this_createClientPlugin;
406
+ this.y4t_1 = $providers;
407
+ this.z4t_1 = $tokenVersions;
408
+ this.a4u_1 = $tokenVersionsAttributeKey;
409
409
  CoroutineImpl.call(this, resultContinuation);
410
410
  }
411
- protoOf(Auth$lambda$slambda_1).d3z = function ($this$on, originalRequest, $completion) {
412
- var tmp = this.e3z($this$on, originalRequest, $completion);
411
+ protoOf(Auth$lambda$slambda_1).m3z = function ($this$on, originalRequest, $completion) {
412
+ var tmp = this.n3z($this$on, originalRequest, $completion);
413
413
  tmp.i9_1 = Unit_instance;
414
414
  tmp.j9_1 = null;
415
415
  return tmp.o9();
416
416
  };
417
417
  protoOf(Auth$lambda$slambda_1).da = function (p1, p2, $completion) {
418
418
  var tmp = p1 instanceof Sender ? p1 : THROW_CCE();
419
- return this.d3z(tmp, p2 instanceof HttpRequestBuilder ? p2 : THROW_CCE(), $completion);
419
+ return this.m3z(tmp, p2 instanceof HttpRequestBuilder ? p2 : THROW_CCE(), $completion);
420
420
  };
421
421
  protoOf(Auth$lambda$slambda_1).o9 = function () {
422
422
  var suspendResult = this.i9_1;
@@ -427,40 +427,40 @@
427
427
  case 0:
428
428
  this.h9_1 = 10;
429
429
  this.g9_1 = 1;
430
- suspendResult = this.s4t_1.h3z(this.t4t_1, this);
430
+ suspendResult = this.b4u_1.q3z(this.c4u_1, this);
431
431
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
432
432
  return suspendResult;
433
433
  }
434
434
 
435
435
  continue $sm;
436
436
  case 1:
437
- this.u4t_1 = suspendResult;
437
+ this.d4u_1 = suspendResult;
438
438
  this.g9_1 = 2;
439
- suspendResult = this.o4t_1.n3q_1.b4r_1(this.u4t_1.x3g(), this);
439
+ suspendResult = this.x4t_1.w3q_1.k4r_1(this.d4u_1.g3h(), this);
440
440
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
441
441
  return suspendResult;
442
442
  }
443
443
 
444
444
  continue $sm;
445
445
  case 2:
446
- this.v4t_1 = suspendResult;
447
- if (!this.v4t_1) {
448
- return this.u4t_1;
446
+ this.e4u_1 = suspendResult;
447
+ if (!this.e4u_1) {
448
+ return this.d4u_1;
449
449
  } else {
450
450
  this.g9_1 = 3;
451
451
  continue $sm;
452
452
  }
453
453
 
454
454
  case 3:
455
- if (this.u4t_1.f3j().g3j().p2j(get_AuthCircuitBreaker()))
456
- return this.u4t_1;
457
- this.w4t_1 = this.u4t_1;
458
- this.x4t_1 = HashSet_init_$Create$(this.p4t_1);
455
+ if (this.d4u_1.o3j().p3j().y2j(get_AuthCircuitBreaker()))
456
+ return this.d4u_1;
457
+ this.f4u_1 = this.d4u_1;
458
+ this.g4u_1 = HashSet_init_$Create$(this.y4t_1);
459
459
  this.g9_1 = 4;
460
460
  continue $sm;
461
461
  case 4:
462
462
  this.g9_1 = 5;
463
- suspendResult = this.o4t_1.n3q_1.b4r_1(this.w4t_1.x3g(), this);
463
+ suspendResult = this.x4t_1.w3q_1.k4r_1(this.f4u_1.g3h(), this);
464
464
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
465
465
  return suspendResult;
466
466
  }
@@ -474,43 +474,43 @@
474
474
 
475
475
  var this_0 = get_LOGGER();
476
476
  if (get_isTraceEnabled(this_0)) {
477
- this_0.o2s('Unauthorized response for ' + this.w4t_1.f3j().o3j().toString());
477
+ this_0.x2s('Unauthorized response for ' + this.f4u_1.o3j().x3j().toString());
478
478
  }
479
479
 
480
480
  var tmp_0 = this;
481
- var tmp0_elvis_lhs = invoke$findProvider(this.w4t_1, this.x4t_1);
481
+ var tmp0_elvis_lhs = invoke$findProvider(this.f4u_1, this.g4u_1);
482
482
  var tmp_1;
483
483
  if (tmp0_elvis_lhs == null) {
484
- this.s4t_1;
484
+ this.b4u_1;
485
485
  var this_1 = get_LOGGER();
486
486
  if (get_isTraceEnabled(this_1)) {
487
- this_1.o2s('Can not find auth provider for ' + this.w4t_1.f3j().o3j().toString());
487
+ this_1.x2s('Can not find auth provider for ' + this.f4u_1.o3j().x3j().toString());
488
488
  }
489
- return this.w4t_1;
489
+ return this.f4u_1;
490
490
  } else {
491
491
  tmp_1 = tmp0_elvis_lhs;
492
492
  }
493
493
 
494
- tmp_0.y4t_1 = tmp_1;
495
- this.z4t_1 = this.y4t_1.tg();
496
- this.a4u_1 = this.y4t_1.ug();
494
+ tmp_0.h4u_1 = tmp_1;
495
+ this.i4u_1 = this.h4u_1.tg();
496
+ this.j4u_1 = this.h4u_1.ug();
497
497
  var this_2 = get_LOGGER();
498
498
  if (get_isTraceEnabled(this_2)) {
499
- this_2.o2s('Using provider ' + toString(this.z4t_1) + ' for ' + this.w4t_1.f3j().o3j().toString());
499
+ this_2.x2s('Using provider ' + toString(this.i4u_1) + ' for ' + this.f4u_1.o3j().x3j().toString());
500
500
  }
501
501
 
502
- this.x4t_1.d2(this.z4t_1);
502
+ this.g4u_1.d2(this.i4u_1);
503
503
  this.g9_1 = 6;
504
- suspendResult = invoke$refreshTokenIfNeeded(this.q4t_1, this.r4t_1, this.w4t_1, this.z4t_1, this.t4t_1, this);
504
+ suspendResult = invoke$refreshTokenIfNeeded(this.z4t_1, this.a4u_1, this.f4u_1, this.i4u_1, this.c4u_1, this);
505
505
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
506
506
  return suspendResult;
507
507
  }
508
508
 
509
509
  continue $sm;
510
510
  case 6:
511
- this.b4u_1 = suspendResult;
512
- if (!this.b4u_1) {
513
- return this.w4t_1;
511
+ this.k4u_1 = suspendResult;
512
+ if (!this.k4u_1) {
513
+ return this.f4u_1;
514
514
  } else {
515
515
  this.g9_1 = 7;
516
516
  continue $sm;
@@ -518,18 +518,18 @@
518
518
 
519
519
  case 7:
520
520
  this.g9_1 = 8;
521
- suspendResult = invoke$executeWithNewToken(this.s4t_1, this.w4t_1, this.z4t_1, this.t4t_1, this.a4u_1, this);
521
+ suspendResult = invoke$executeWithNewToken(this.b4u_1, this.f4u_1, this.i4u_1, this.c4u_1, this.j4u_1, this);
522
522
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
523
523
  return suspendResult;
524
524
  }
525
525
 
526
526
  continue $sm;
527
527
  case 8:
528
- this.w4t_1 = suspendResult;
528
+ this.f4u_1 = suspendResult;
529
529
  this.g9_1 = 4;
530
530
  continue $sm;
531
531
  case 9:
532
- return this.w4t_1;
532
+ return this.f4u_1;
533
533
  case 10:
534
534
  throw this.j9_1;
535
535
  }
@@ -544,16 +544,16 @@
544
544
  }
545
545
  while (true);
546
546
  };
547
- protoOf(Auth$lambda$slambda_1).e3z = function ($this$on, originalRequest, completion) {
548
- var i = new Auth$lambda$slambda_1(this.o4t_1, this.p4t_1, this.q4t_1, this.r4t_1, completion);
549
- i.s4t_1 = $this$on;
550
- i.t4t_1 = originalRequest;
547
+ protoOf(Auth$lambda$slambda_1).n3z = function ($this$on, originalRequest, completion) {
548
+ var i = new Auth$lambda$slambda_1(this.x4t_1, this.y4t_1, this.z4t_1, this.a4u_1, completion);
549
+ i.b4u_1 = $this$on;
550
+ i.c4u_1 = originalRequest;
551
551
  return i;
552
552
  };
553
553
  function Auth$lambda$slambda_2($this_createClientPlugin, $providers, $tokenVersions, $tokenVersionsAttributeKey, resultContinuation) {
554
554
  var i = new Auth$lambda$slambda_1($this_createClientPlugin, $providers, $tokenVersions, $tokenVersionsAttributeKey, resultContinuation);
555
555
  var l = function ($this$on, originalRequest, $completion) {
556
- return i.d3z($this$on, originalRequest, $completion);
556
+ return i.m3z($this$on, originalRequest, $completion);
557
557
  };
558
558
  l.$arity = 2;
559
559
  return l;
@@ -569,11 +569,11 @@
569
569
  }
570
570
  function $invoke$refreshTokenIfNeededCOROUTINE$(tokenVersions, tokenVersionsAttributeKey, call, provider, request, resultContinuation) {
571
571
  CoroutineImpl.call(this, resultContinuation);
572
- this.m4r_1 = tokenVersions;
573
- this.n4r_1 = tokenVersionsAttributeKey;
574
- this.o4r_1 = call;
575
- this.p4r_1 = provider;
576
- this.q4r_1 = request;
572
+ this.v4r_1 = tokenVersions;
573
+ this.w4r_1 = tokenVersionsAttributeKey;
574
+ this.x4r_1 = call;
575
+ this.y4r_1 = provider;
576
+ this.z4r_1 = request;
577
577
  }
578
578
  protoOf($invoke$refreshTokenIfNeededCOROUTINE$).o9 = function () {
579
579
  var suspendResult = this.i9_1;
@@ -584,17 +584,17 @@
584
584
  case 0:
585
585
  this.h9_1 = 4;
586
586
  var tmp_0 = this;
587
- tmp_0.r4r_1 = this.m4r_1.d2s(this.p4r_1, Auth$lambda$refreshTokenIfNeeded$lambda);
587
+ tmp_0.a4s_1 = this.v4r_1.m2s(this.y4r_1, Auth$lambda$refreshTokenIfNeeded$lambda);
588
588
  var tmp_1 = this;
589
- tmp_1.s4r_1 = this.q4r_1.c3i_1.s2j(this.n4r_1, Auth$lambda$refreshTokenIfNeeded$lambda_0);
590
- this.t4r_1 = this.s4r_1.k2(this.p4r_1);
591
- if (!(this.t4r_1 == null) && this.t4r_1 >= this.r4r_1.c4r_1.kotlinx$atomicfu$value) {
589
+ tmp_1.b4s_1 = this.z4r_1.l3i_1.b2k(this.w4r_1, Auth$lambda$refreshTokenIfNeeded$lambda_0);
590
+ this.c4s_1 = this.b4s_1.k2(this.y4r_1);
591
+ if (!(this.c4s_1 == null) && this.c4s_1 >= this.a4s_1.l4r_1.kotlinx$atomicfu$value) {
592
592
  var this_0 = get_LOGGER();
593
593
  if (get_isTraceEnabled(this_0)) {
594
- this_0.o2s('Refreshing token for ' + this.o4r_1.f3j().o3j().toString());
594
+ this_0.x2s('Refreshing token for ' + this.x4r_1.o3j().x3j().toString());
595
595
  }
596
596
  this.g9_1 = 1;
597
- suspendResult = this.p4r_1.c4u(this.o4r_1.x3g(), this);
597
+ suspendResult = this.y4r_1.l4u(this.x4r_1.g3h(), this);
598
598
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
599
599
  return suspendResult;
600
600
  }
@@ -609,13 +609,13 @@
609
609
  if (!ARGUMENT) {
610
610
  var this_1 = get_LOGGER();
611
611
  if (get_isTraceEnabled(this_1)) {
612
- this_1.o2s('Refreshing token failed for ' + this.o4r_1.f3j().o3j().toString());
612
+ this_1.x2s('Refreshing token failed for ' + this.x4r_1.o3j().x3j().toString());
613
613
  }
614
614
  return false;
615
615
  } else {
616
- var tmp0 = this.s4r_1;
617
- var tmp2 = this.p4r_1;
618
- var value = this.r4r_1.c4r_1.atomicfu$incrementAndGet();
616
+ var tmp0 = this.b4s_1;
617
+ var tmp2 = this.y4r_1;
618
+ var value = this.a4s_1.l4r_1.atomicfu$incrementAndGet();
619
619
  tmp0.n2(tmp2, value);
620
620
  this.g9_1 = 2;
621
621
  continue $sm;
@@ -642,11 +642,11 @@
642
642
  };
643
643
  function $invoke$executeWithNewTokenCOROUTINE$(_this__u8e3s4, call, provider, oldRequest, authHeader, resultContinuation) {
644
644
  CoroutineImpl.call(this, resultContinuation);
645
- this.c4s_1 = _this__u8e3s4;
646
- this.d4s_1 = call;
647
- this.e4s_1 = provider;
648
- this.f4s_1 = oldRequest;
649
- this.g4s_1 = authHeader;
645
+ this.l4s_1 = _this__u8e3s4;
646
+ this.m4s_1 = call;
647
+ this.n4s_1 = provider;
648
+ this.o4s_1 = oldRequest;
649
+ this.p4s_1 = authHeader;
650
650
  }
651
651
  protoOf($invoke$executeWithNewTokenCOROUTINE$).o9 = function () {
652
652
  var suspendResult = this.i9_1;
@@ -656,24 +656,24 @@
656
656
  switch (tmp) {
657
657
  case 0:
658
658
  this.h9_1 = 3;
659
- this.h4s_1 = new HttpRequestBuilder();
660
- this.h4s_1.z3n(this.f4s_1);
659
+ this.q4s_1 = new HttpRequestBuilder();
660
+ this.q4s_1.i3o(this.o4s_1);
661
661
  this.g9_1 = 1;
662
- suspendResult = this.e4s_1.d4u(this.h4s_1, this.g4s_1, this);
662
+ suspendResult = this.n4s_1.m4u(this.q4s_1, this.p4s_1, this);
663
663
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
664
664
  return suspendResult;
665
665
  }
666
666
 
667
667
  continue $sm;
668
668
  case 1:
669
- this.h4s_1.c3i_1.q2j(get_AuthCircuitBreaker(), Unit_instance);
669
+ this.q4s_1.l3i_1.z2j(get_AuthCircuitBreaker(), Unit_instance);
670
670
  var this_0 = get_LOGGER();
671
671
  if (get_isTraceEnabled(this_0)) {
672
- this_0.o2s('Sending new request to ' + this.d4s_1.f3j().o3j().toString());
672
+ this_0.x2s('Sending new request to ' + this.m4s_1.o3j().x3j().toString());
673
673
  }
674
674
 
675
675
  this.g9_1 = 2;
676
- suspendResult = this.c4s_1.h3z(this.h4s_1, this);
676
+ suspendResult = this.l4s_1.q3z(this.q4s_1, this);
677
677
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
678
678
  return suspendResult;
679
679
  }
@@ -760,17 +760,17 @@
760
760
  return Companion_instance;
761
761
  };
762
762
  function AuthTokenHolder$setToken$slambda($block, resultContinuation) {
763
- this.n4u_1 = $block;
763
+ this.w4u_1 = $block;
764
764
  CoroutineImpl.call(this, resultContinuation);
765
765
  }
766
- protoOf(AuthTokenHolder$setToken$slambda).p4u = function ($this$withContext, $completion) {
767
- var tmp = this.b1x($this$withContext, $completion);
766
+ protoOf(AuthTokenHolder$setToken$slambda).y4u = function ($this$withContext, $completion) {
767
+ var tmp = this.k1x($this$withContext, $completion);
768
768
  tmp.i9_1 = Unit_instance;
769
769
  tmp.j9_1 = null;
770
770
  return tmp.o9();
771
771
  };
772
772
  protoOf(AuthTokenHolder$setToken$slambda).ca = function (p1, $completion) {
773
- return this.p4u((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
773
+ return this.y4u((!(p1 == null) ? isInterface(p1, CoroutineScope) : false) ? p1 : THROW_CCE(), $completion);
774
774
  };
775
775
  protoOf(AuthTokenHolder$setToken$slambda).o9 = function () {
776
776
  var suspendResult = this.i9_1;
@@ -781,7 +781,7 @@
781
781
  case 0:
782
782
  this.h9_1 = 2;
783
783
  this.g9_1 = 1;
784
- suspendResult = this.n4u_1(this);
784
+ suspendResult = this.w4u_1(this);
785
785
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
786
786
  return suspendResult;
787
787
  }
@@ -803,22 +803,22 @@
803
803
  }
804
804
  while (true);
805
805
  };
806
- protoOf(AuthTokenHolder$setToken$slambda).b1x = function ($this$withContext, completion) {
807
- var i = new AuthTokenHolder$setToken$slambda(this.n4u_1, completion);
808
- i.o4u_1 = $this$withContext;
806
+ protoOf(AuthTokenHolder$setToken$slambda).k1x = function ($this$withContext, completion) {
807
+ var i = new AuthTokenHolder$setToken$slambda(this.w4u_1, completion);
808
+ i.x4u_1 = $this$withContext;
809
809
  return i;
810
810
  };
811
811
  function AuthTokenHolder$setToken$slambda_0($block, resultContinuation) {
812
812
  var i = new AuthTokenHolder$setToken$slambda($block, resultContinuation);
813
813
  var l = function ($this$withContext, $completion) {
814
- return i.p4u($this$withContext, $completion);
814
+ return i.y4u($this$withContext, $completion);
815
815
  };
816
816
  l.$arity = 1;
817
817
  return l;
818
818
  }
819
819
  function $loadTokenCOROUTINE$(_this__u8e3s4, resultContinuation) {
820
820
  CoroutineImpl.call(this, resultContinuation);
821
- this.y4u_1 = _this__u8e3s4;
821
+ this.h4v_1 = _this__u8e3s4;
822
822
  }
823
823
  protoOf($loadTokenCOROUTINE$).o9 = function () {
824
824
  var suspendResult = this.i9_1;
@@ -828,24 +828,24 @@
828
828
  switch (tmp) {
829
829
  case 0:
830
830
  this.h9_1 = 12;
831
- if (!(this.y4u_1.h4v_1 == null))
832
- return this.y4u_1.h4v_1;
833
- this.z4u_1 = this.y4u_1.h4v_1;
831
+ if (!(this.h4v_1.q4v_1 == null))
832
+ return this.h4v_1.q4v_1;
833
+ this.i4v_1 = this.h4v_1.q4v_1;
834
834
  if (!(this.m9().t9(Companion_instance) == null)) {
835
835
  this.g9_1 = 10;
836
- suspendResult = this.y4u_1.g4v_1(this);
836
+ suspendResult = this.h4v_1.p4v_1(this);
837
837
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
838
838
  return suspendResult;
839
839
  }
840
840
  continue $sm;
841
841
  } else {
842
842
  var tmp_0 = this;
843
- tmp_0.b4v_1 = this.y4u_1.j4v_1;
844
- this.c4v_1 = this.b4v_1;
843
+ tmp_0.k4v_1 = this.h4v_1.s4v_1;
844
+ this.l4v_1 = this.k4v_1;
845
845
  var tmp_1 = this;
846
- tmp_1.d4v_1 = null;
846
+ tmp_1.m4v_1 = null;
847
847
  this.g9_1 = 1;
848
- suspendResult = this.c4v_1.o1e(this.d4v_1, this);
848
+ suspendResult = this.l4v_1.x1e(this.m4v_1, this);
849
849
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
850
850
  return suspendResult;
851
851
  }
@@ -853,19 +853,19 @@
853
853
  }
854
854
 
855
855
  case 1:
856
- this.e4v_1 = Unit_instance;
856
+ this.n4v_1 = Unit_instance;
857
857
  this.g9_1 = 2;
858
858
  continue $sm;
859
859
  case 2:
860
860
  this.h9_1 = 9;
861
- this.y4u_1.i4v_1 = true;
861
+ this.h4v_1.r4v_1 = true;
862
862
  this.g9_1 = 3;
863
863
  continue $sm;
864
864
  case 3:
865
865
  this.h9_1 = 8;
866
- if (equals(this.z4u_1, this.y4u_1.h4v_1)) {
866
+ if (equals(this.i4v_1, this.h4v_1.q4v_1)) {
867
867
  this.g9_1 = 4;
868
- suspendResult = this.y4u_1.g4v_1(this);
868
+ suspendResult = this.h4v_1.p4v_1(this);
869
869
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
870
870
  return suspendResult;
871
871
  }
@@ -877,45 +877,45 @@
877
877
 
878
878
  case 4:
879
879
  var ARGUMENT = suspendResult;
880
- this.y4u_1.h4v_1 = ARGUMENT;
880
+ this.h4v_1.q4v_1 = ARGUMENT;
881
881
  this.g9_1 = 5;
882
882
  continue $sm;
883
883
  case 5:
884
- this.f4v_1 = Unit_instance;
884
+ this.o4v_1 = Unit_instance;
885
885
  this.g9_1 = 6;
886
886
  continue $sm;
887
887
  case 6:
888
888
  this.h9_1 = 9;
889
- this.y4u_1.i4v_1 = false;
890
- this.e4v_1 = this.y4u_1.h4v_1;
889
+ this.h4v_1.r4v_1 = false;
890
+ this.n4v_1 = this.h4v_1.q4v_1;
891
891
  this.h9_1 = 12;
892
892
  this.g9_1 = 7;
893
893
  continue $sm;
894
894
  case 7:
895
- var tmp_2 = this.e4v_1;
895
+ var tmp_2 = this.n4v_1;
896
896
  this.h9_1 = 12;
897
- this.c4v_1.a1e(this.d4v_1);
898
- this.a4v_1 = tmp_2;
897
+ this.l4v_1.j1e(this.m4v_1);
898
+ this.j4v_1 = tmp_2;
899
899
  this.g9_1 = 11;
900
900
  continue $sm;
901
901
  case 8:
902
902
  this.h9_1 = 9;
903
903
  var t = this.j9_1;
904
- this.y4u_1.i4v_1 = false;
904
+ this.h4v_1.r4v_1 = false;
905
905
  throw t;
906
906
  case 9:
907
907
  this.h9_1 = 12;
908
908
  var t_0 = this.j9_1;
909
- this.c4v_1.a1e(this.d4v_1);
909
+ this.l4v_1.j1e(this.m4v_1);
910
910
  throw t_0;
911
911
  case 10:
912
912
  var ARGUMENT_0 = suspendResult;
913
- this.y4u_1.h4v_1 = ARGUMENT_0;
914
- this.a4v_1 = this.y4u_1.h4v_1;
913
+ this.h4v_1.q4v_1 = ARGUMENT_0;
914
+ this.j4v_1 = this.h4v_1.q4v_1;
915
915
  this.g9_1 = 11;
916
916
  continue $sm;
917
917
  case 11:
918
- return this.a4v_1;
918
+ return this.j4v_1;
919
919
  case 12:
920
920
  throw this.j9_1;
921
921
  }
@@ -932,8 +932,8 @@
932
932
  };
933
933
  function $setTokenCOROUTINE$(_this__u8e3s4, block, resultContinuation) {
934
934
  CoroutineImpl.call(this, resultContinuation);
935
- this.t4v_1 = _this__u8e3s4;
936
- this.u4v_1 = block;
935
+ this.c4w_1 = _this__u8e3s4;
936
+ this.d4w_1 = block;
937
937
  }
938
938
  protoOf($setTokenCOROUTINE$).o9 = function () {
939
939
  var suspendResult = this.i9_1;
@@ -943,30 +943,30 @@
943
943
  switch (tmp) {
944
944
  case 0:
945
945
  this.h9_1 = 7;
946
- this.v4v_1 = this.t4v_1.h4v_1;
947
- this.w4v_1 = this.t4v_1.i4v_1;
946
+ this.e4w_1 = this.c4w_1.q4v_1;
947
+ this.f4w_1 = this.c4w_1.r4v_1;
948
948
  var tmp_0 = this;
949
- tmp_0.x4v_1 = this.t4v_1.j4v_1;
950
- this.y4v_1 = this.x4v_1;
949
+ tmp_0.g4w_1 = this.c4w_1.s4v_1;
950
+ this.h4w_1 = this.g4w_1;
951
951
  var tmp_1 = this;
952
- tmp_1.z4v_1 = null;
952
+ tmp_1.i4w_1 = null;
953
953
  this.g9_1 = 1;
954
- suspendResult = this.y4v_1.o1e(this.z4v_1, this);
954
+ suspendResult = this.h4w_1.x1e(this.i4w_1, this);
955
955
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
956
956
  return suspendResult;
957
957
  }
958
958
 
959
959
  continue $sm;
960
960
  case 1:
961
- this.a4w_1 = Unit_instance;
961
+ this.j4w_1 = Unit_instance;
962
962
  this.g9_1 = 2;
963
963
  continue $sm;
964
964
  case 2:
965
965
  this.h9_1 = 6;
966
- if (equals(this.v4v_1, this.t4v_1.h4v_1) || this.w4v_1) {
966
+ if (equals(this.e4w_1, this.c4w_1.q4v_1) || this.f4w_1) {
967
967
  this.g9_1 = 3;
968
- var tmp_2 = this.m9().rh(this.t4v_1.k4v_1);
969
- suspendResult = withContext(tmp_2, AuthTokenHolder$setToken$slambda_0(this.u4v_1, null), this);
968
+ var tmp_2 = this.m9().rh(this.c4w_1.t4v_1);
969
+ suspendResult = withContext(tmp_2, AuthTokenHolder$setToken$slambda_0(this.d4w_1, null), this);
970
970
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
971
971
  return suspendResult;
972
972
  }
@@ -978,23 +978,23 @@
978
978
 
979
979
  case 3:
980
980
  var ARGUMENT = suspendResult;
981
- this.t4v_1.h4v_1 = ARGUMENT;
981
+ this.c4w_1.q4v_1 = ARGUMENT;
982
982
  this.g9_1 = 4;
983
983
  continue $sm;
984
984
  case 4:
985
- this.a4w_1 = this.t4v_1.h4v_1;
985
+ this.j4w_1 = this.c4w_1.q4v_1;
986
986
  this.h9_1 = 7;
987
987
  this.g9_1 = 5;
988
988
  continue $sm;
989
989
  case 5:
990
- var tmp_3 = this.a4w_1;
990
+ var tmp_3 = this.j4w_1;
991
991
  this.h9_1 = 7;
992
- this.y4v_1.a1e(this.z4v_1);
992
+ this.h4w_1.j1e(this.i4w_1);
993
993
  return tmp_3;
994
994
  case 6:
995
995
  this.h9_1 = 7;
996
996
  var t = this.j9_1;
997
- this.y4v_1.a1e(this.z4v_1);
997
+ this.h4w_1.j1e(this.i4w_1);
998
998
  throw t;
999
999
  case 7:
1000
1000
  throw this.j9_1;
@@ -1011,19 +1011,19 @@
1011
1011
  while (true);
1012
1012
  };
1013
1013
  function AuthTokenHolder(loadTokens) {
1014
- this.g4v_1 = loadTokens;
1015
- this.h4v_1 = null;
1016
- this.i4v_1 = false;
1017
- this.j4v_1 = Mutex();
1018
- this.k4v_1 = new SetTokenContext();
1014
+ this.p4v_1 = loadTokens;
1015
+ this.q4v_1 = null;
1016
+ this.r4v_1 = false;
1017
+ this.s4v_1 = Mutex();
1018
+ this.t4v_1 = new SetTokenContext();
1019
1019
  }
1020
- protoOf(AuthTokenHolder).b4w = function ($completion) {
1020
+ protoOf(AuthTokenHolder).k4w = function ($completion) {
1021
1021
  var tmp = new $loadTokenCOROUTINE$(this, $completion);
1022
1022
  tmp.i9_1 = Unit_instance;
1023
1023
  tmp.j9_1 = null;
1024
1024
  return tmp.o9();
1025
1025
  };
1026
- protoOf(AuthTokenHolder).c4w = function (block, $completion) {
1026
+ protoOf(AuthTokenHolder).l4w = function (block, $completion) {
1027
1027
  var tmp = new $setTokenCOROUTINE$(this, block, $completion);
1028
1028
  tmp.i9_1 = Unit_instance;
1029
1029
  tmp.j9_1 = null;
@@ -1034,19 +1034,19 @@
1034
1034
  var this_0 = new BearerAuthConfig();
1035
1035
  block(this_0);
1036
1036
  // Inline function 'kotlin.with' call
1037
- _this__u8e3s4.a4r_1.k(new BearerAuthProvider(this_0.d4w_1, this_0.e4w_1, this_0.f4w_1, this_0.g4w_1));
1037
+ _this__u8e3s4.j4r_1.k(new BearerAuthProvider(this_0.m4w_1, this_0.n4w_1, this_0.o4w_1, this_0.p4w_1));
1038
1038
  }
1039
1039
  function BearerAuthConfig$refreshTokens$slambda(resultContinuation) {
1040
1040
  CoroutineImpl.call(this, resultContinuation);
1041
1041
  }
1042
- protoOf(BearerAuthConfig$refreshTokens$slambda).q4w = function (_this__u8e3s4, $completion) {
1043
- var tmp = this.r4w(_this__u8e3s4, $completion);
1042
+ protoOf(BearerAuthConfig$refreshTokens$slambda).z4w = function (_this__u8e3s4, $completion) {
1043
+ var tmp = this.a4x(_this__u8e3s4, $completion);
1044
1044
  tmp.i9_1 = Unit_instance;
1045
1045
  tmp.j9_1 = null;
1046
1046
  return tmp.o9();
1047
1047
  };
1048
1048
  protoOf(BearerAuthConfig$refreshTokens$slambda).ca = function (p1, $completion) {
1049
- return this.q4w(p1 instanceof RefreshTokensParams ? p1 : THROW_CCE(), $completion);
1049
+ return this.z4w(p1 instanceof RefreshTokensParams ? p1 : THROW_CCE(), $completion);
1050
1050
  };
1051
1051
  protoOf(BearerAuthConfig$refreshTokens$slambda).o9 = function () {
1052
1052
  var suspendResult = this.i9_1;
@@ -1065,15 +1065,15 @@
1065
1065
  }
1066
1066
  while (true);
1067
1067
  };
1068
- protoOf(BearerAuthConfig$refreshTokens$slambda).r4w = function (_this__u8e3s4, completion) {
1068
+ protoOf(BearerAuthConfig$refreshTokens$slambda).a4x = function (_this__u8e3s4, completion) {
1069
1069
  var i = new BearerAuthConfig$refreshTokens$slambda(completion);
1070
- i.p4w_1 = _this__u8e3s4;
1070
+ i.y4w_1 = _this__u8e3s4;
1071
1071
  return i;
1072
1072
  };
1073
1073
  function BearerAuthConfig$refreshTokens$slambda_0(resultContinuation) {
1074
1074
  var i = new BearerAuthConfig$refreshTokens$slambda(resultContinuation);
1075
1075
  var l = function (_this__u8e3s4, $completion) {
1076
- return i.q4w(_this__u8e3s4, $completion);
1076
+ return i.z4w(_this__u8e3s4, $completion);
1077
1077
  };
1078
1078
  l.$arity = 1;
1079
1079
  return l;
@@ -1081,14 +1081,14 @@
1081
1081
  function BearerAuthConfig$loadTokens$slambda(resultContinuation) {
1082
1082
  CoroutineImpl.call(this, resultContinuation);
1083
1083
  }
1084
- protoOf(BearerAuthConfig$loadTokens$slambda).a4x = function ($completion) {
1085
- var tmp = this.b4x($completion);
1084
+ protoOf(BearerAuthConfig$loadTokens$slambda).j4x = function ($completion) {
1085
+ var tmp = this.k4x($completion);
1086
1086
  tmp.i9_1 = Unit_instance;
1087
1087
  tmp.j9_1 = null;
1088
1088
  return tmp.o9();
1089
1089
  };
1090
1090
  protoOf(BearerAuthConfig$loadTokens$slambda).hb = function ($completion) {
1091
- return this.a4x($completion);
1091
+ return this.j4x($completion);
1092
1092
  };
1093
1093
  protoOf(BearerAuthConfig$loadTokens$slambda).o9 = function () {
1094
1094
  var suspendResult = this.i9_1;
@@ -1107,13 +1107,13 @@
1107
1107
  }
1108
1108
  while (true);
1109
1109
  };
1110
- protoOf(BearerAuthConfig$loadTokens$slambda).b4x = function (completion) {
1110
+ protoOf(BearerAuthConfig$loadTokens$slambda).k4x = function (completion) {
1111
1111
  return new BearerAuthConfig$loadTokens$slambda(completion);
1112
1112
  };
1113
1113
  function BearerAuthConfig$loadTokens$slambda_0(resultContinuation) {
1114
1114
  var i = new BearerAuthConfig$loadTokens$slambda(resultContinuation);
1115
1115
  var l = function ($completion) {
1116
- return i.a4x($completion);
1116
+ return i.j4x($completion);
1117
1117
  };
1118
1118
  l.$arity = 0;
1119
1119
  return l;
@@ -1123,60 +1123,60 @@
1123
1123
  }
1124
1124
  function BearerAuthConfig() {
1125
1125
  var tmp = this;
1126
- tmp.d4w_1 = BearerAuthConfig$refreshTokens$slambda_0(null);
1126
+ tmp.m4w_1 = BearerAuthConfig$refreshTokens$slambda_0(null);
1127
1127
  var tmp_0 = this;
1128
- tmp_0.e4w_1 = BearerAuthConfig$loadTokens$slambda_0(null);
1128
+ tmp_0.n4w_1 = BearerAuthConfig$loadTokens$slambda_0(null);
1129
1129
  var tmp_1 = this;
1130
- tmp_1.f4w_1 = BearerAuthConfig$sendWithoutRequest$lambda;
1131
- this.g4w_1 = null;
1130
+ tmp_1.o4w_1 = BearerAuthConfig$sendWithoutRequest$lambda;
1131
+ this.p4w_1 = null;
1132
1132
  }
1133
- protoOf(BearerAuthConfig).c4x = function (block) {
1134
- this.d4w_1 = block;
1133
+ protoOf(BearerAuthConfig).l4x = function (block) {
1134
+ this.m4w_1 = block;
1135
1135
  };
1136
1136
  function RefreshTokensParams(client, response, oldTokens) {
1137
- this.d4x_1 = client;
1138
- this.e4x_1 = response;
1139
- this.f4x_1 = oldTokens;
1137
+ this.m4x_1 = client;
1138
+ this.n4x_1 = response;
1139
+ this.o4x_1 = oldTokens;
1140
1140
  }
1141
- protoOf(RefreshTokensParams).g4x = function (_this__u8e3s4) {
1142
- _this__u8e3s4.c3i_1.q2j(get_AuthCircuitBreaker(), Unit_instance);
1141
+ protoOf(RefreshTokensParams).p4x = function (_this__u8e3s4) {
1142
+ _this__u8e3s4.l3i_1.z2j(get_AuthCircuitBreaker(), Unit_instance);
1143
1143
  };
1144
1144
  function BearerTokens(accessToken, refreshToken) {
1145
- this.h4x_1 = accessToken;
1146
- this.i4x_1 = refreshToken;
1145
+ this.q4x_1 = accessToken;
1146
+ this.r4x_1 = refreshToken;
1147
1147
  }
1148
1148
  function BearerAuthProvider$_init_$lambda_lcdiwf(it) {
1149
1149
  return true;
1150
1150
  }
1151
1151
  function BearerAuthProvider$addRequestHeaders$lambda($token, $request) {
1152
1152
  return function ($this$headers) {
1153
- var tokenValue = 'Bearer ' + $token.h4x_1;
1153
+ var tokenValue = 'Bearer ' + $token.q4x_1;
1154
1154
  var tmp;
1155
- if ($this$headers.w2n(HttpHeaders_getInstance().l2v_1)) {
1156
- $this$headers.h2o(HttpHeaders_getInstance().l2v_1);
1155
+ if ($this$headers.f2o(HttpHeaders_getInstance().u2v_1)) {
1156
+ $this$headers.q2o(HttpHeaders_getInstance().u2v_1);
1157
1157
  tmp = Unit_instance;
1158
1158
  }
1159
1159
  var tmp_0;
1160
- if (!$request.c3i_1.p2j(get_AuthCircuitBreaker())) {
1161
- $this$headers.e2o(HttpHeaders_getInstance().l2v_1, tokenValue);
1160
+ if (!$request.l3i_1.y2j(get_AuthCircuitBreaker())) {
1161
+ $this$headers.n2o(HttpHeaders_getInstance().u2v_1, tokenValue);
1162
1162
  tmp_0 = Unit_instance;
1163
1163
  }
1164
1164
  return Unit_instance;
1165
1165
  };
1166
1166
  }
1167
1167
  function BearerAuthProvider$refreshToken$slambda(this$0, $response, resultContinuation) {
1168
- this.r4x_1 = this$0;
1169
- this.s4x_1 = $response;
1168
+ this.a4y_1 = this$0;
1169
+ this.b4y_1 = $response;
1170
1170
  CoroutineImpl.call(this, resultContinuation);
1171
1171
  }
1172
- protoOf(BearerAuthProvider$refreshToken$slambda).x4x = function ($completion) {
1173
- var tmp = this.b4x($completion);
1172
+ protoOf(BearerAuthProvider$refreshToken$slambda).g4y = function ($completion) {
1173
+ var tmp = this.k4x($completion);
1174
1174
  tmp.i9_1 = Unit_instance;
1175
1175
  tmp.j9_1 = null;
1176
1176
  return tmp.o9();
1177
1177
  };
1178
1178
  protoOf(BearerAuthProvider$refreshToken$slambda).hb = function ($completion) {
1179
- return this.x4x($completion);
1179
+ return this.g4y($completion);
1180
1180
  };
1181
1181
  protoOf(BearerAuthProvider$refreshToken$slambda).o9 = function () {
1182
1182
  var suspendResult = this.i9_1;
@@ -1186,20 +1186,20 @@
1186
1186
  switch (tmp) {
1187
1187
  case 0:
1188
1188
  this.h9_1 = 3;
1189
- this.t4x_1 = this.r4x_1.y4x_1;
1190
- this.u4x_1 = this.s4x_1.m3j().s3g_1;
1189
+ this.c4y_1 = this.a4y_1.h4y_1;
1190
+ this.d4y_1 = this.b4y_1.v3j().b3h_1;
1191
1191
  this.g9_1 = 1;
1192
- suspendResult = this.r4x_1.b4y_1.b4w(this);
1192
+ suspendResult = this.a4y_1.k4y_1.k4w(this);
1193
1193
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1194
1194
  return suspendResult;
1195
1195
  }
1196
1196
 
1197
1197
  continue $sm;
1198
1198
  case 1:
1199
- this.v4x_1 = suspendResult;
1200
- this.w4x_1 = new RefreshTokensParams(this.u4x_1, this.s4x_1, this.v4x_1);
1199
+ this.e4y_1 = suspendResult;
1200
+ this.f4y_1 = new RefreshTokensParams(this.d4y_1, this.b4y_1, this.e4y_1);
1201
1201
  this.g9_1 = 2;
1202
- suspendResult = this.t4x_1(this.w4x_1, this);
1202
+ suspendResult = this.c4y_1(this.f4y_1, this);
1203
1203
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1204
1204
  return suspendResult;
1205
1205
  }
@@ -1221,22 +1221,22 @@
1221
1221
  }
1222
1222
  while (true);
1223
1223
  };
1224
- protoOf(BearerAuthProvider$refreshToken$slambda).b4x = function (completion) {
1225
- return new BearerAuthProvider$refreshToken$slambda(this.r4x_1, this.s4x_1, completion);
1224
+ protoOf(BearerAuthProvider$refreshToken$slambda).k4x = function (completion) {
1225
+ return new BearerAuthProvider$refreshToken$slambda(this.a4y_1, this.b4y_1, completion);
1226
1226
  };
1227
1227
  function BearerAuthProvider$refreshToken$slambda_0(this$0, $response, resultContinuation) {
1228
1228
  var i = new BearerAuthProvider$refreshToken$slambda(this$0, $response, resultContinuation);
1229
1229
  var l = function ($completion) {
1230
- return i.x4x($completion);
1230
+ return i.g4y($completion);
1231
1231
  };
1232
1232
  l.$arity = 0;
1233
1233
  return l;
1234
1234
  }
1235
1235
  function $addRequestHeadersCOROUTINE$(_this__u8e3s4, request, authHeader, resultContinuation) {
1236
1236
  CoroutineImpl.call(this, resultContinuation);
1237
- this.k4y_1 = _this__u8e3s4;
1238
- this.l4y_1 = request;
1239
- this.m4y_1 = authHeader;
1237
+ this.t4y_1 = _this__u8e3s4;
1238
+ this.u4y_1 = request;
1239
+ this.v4y_1 = authHeader;
1240
1240
  }
1241
1241
  protoOf($addRequestHeadersCOROUTINE$).o9 = function () {
1242
1242
  var suspendResult = this.i9_1;
@@ -1247,7 +1247,7 @@
1247
1247
  case 0:
1248
1248
  this.h9_1 = 2;
1249
1249
  this.g9_1 = 1;
1250
- suspendResult = this.k4y_1.b4y_1.b4w(this);
1250
+ suspendResult = this.t4y_1.k4y_1.k4w(this);
1251
1251
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1252
1252
  return suspendResult;
1253
1253
  }
@@ -1263,7 +1263,7 @@
1263
1263
  }
1264
1264
 
1265
1265
  var token = tmp_0;
1266
- headers(this.l4y_1, BearerAuthProvider$addRequestHeaders$lambda(token, this.l4y_1));
1266
+ headers(this.u4y_1, BearerAuthProvider$addRequestHeaders$lambda(token, this.u4y_1));
1267
1267
  return Unit_instance;
1268
1268
  case 2:
1269
1269
  throw this.j9_1;
@@ -1281,8 +1281,8 @@
1281
1281
  };
1282
1282
  function $refreshTokenCOROUTINE$(_this__u8e3s4, response, resultContinuation) {
1283
1283
  CoroutineImpl.call(this, resultContinuation);
1284
- this.v4y_1 = _this__u8e3s4;
1285
- this.w4y_1 = response;
1284
+ this.e4z_1 = _this__u8e3s4;
1285
+ this.f4z_1 = response;
1286
1286
  }
1287
1287
  protoOf($refreshTokenCOROUTINE$).o9 = function () {
1288
1288
  var suspendResult = this.i9_1;
@@ -1293,7 +1293,7 @@
1293
1293
  case 0:
1294
1294
  this.h9_1 = 2;
1295
1295
  this.g9_1 = 1;
1296
- suspendResult = this.v4y_1.b4y_1.c4w(BearerAuthProvider$refreshToken$slambda_0(this.v4y_1, this.w4y_1, null), this);
1296
+ suspendResult = this.e4z_1.k4y_1.l4w(BearerAuthProvider$refreshToken$slambda_0(this.e4z_1, this.f4z_1, null), this);
1297
1297
  if (suspendResult === get_COROUTINE_SUSPENDED()) {
1298
1298
  return suspendResult;
1299
1299
  }
@@ -1324,46 +1324,46 @@
1324
1324
  tmp = sendWithoutRequestCallback;
1325
1325
  }
1326
1326
  sendWithoutRequestCallback = tmp;
1327
- this.y4x_1 = refreshTokens;
1328
- this.z4x_1 = sendWithoutRequestCallback;
1329
- this.a4y_1 = realm;
1330
- this.b4y_1 = new AuthTokenHolder(loadTokens);
1327
+ this.h4y_1 = refreshTokens;
1328
+ this.i4y_1 = sendWithoutRequestCallback;
1329
+ this.j4y_1 = realm;
1330
+ this.k4y_1 = new AuthTokenHolder(loadTokens);
1331
1331
  }
1332
- protoOf(BearerAuthProvider).e4u = function () {
1332
+ protoOf(BearerAuthProvider).n4u = function () {
1333
1333
  var message = 'Deprecated';
1334
1334
  throw IllegalStateException_init_$Create$(toString(message));
1335
1335
  };
1336
- protoOf(BearerAuthProvider).e4t = function (request) {
1337
- return this.z4x_1(request);
1336
+ protoOf(BearerAuthProvider).n4t = function (request) {
1337
+ return this.i4y_1(request);
1338
1338
  };
1339
- protoOf(BearerAuthProvider).d4r = function (auth) {
1340
- if (!(auth.r34_1 === 'Bearer')) {
1341
- get_LOGGER().o2s('Bearer Auth Provider is not applicable for ' + auth.toString());
1339
+ protoOf(BearerAuthProvider).m4r = function (auth) {
1340
+ if (!(auth.a35_1 === 'Bearer')) {
1341
+ get_LOGGER().x2s('Bearer Auth Provider is not applicable for ' + auth.toString());
1342
1342
  return false;
1343
1343
  }
1344
1344
  var tmp;
1345
- if (this.a4y_1 == null) {
1345
+ if (this.j4y_1 == null) {
1346
1346
  tmp = true;
1347
1347
  } else {
1348
1348
  if (!(auth instanceof Parameterized)) {
1349
1349
  tmp = false;
1350
1350
  } else {
1351
- tmp = auth.x2u('realm') == this.a4y_1;
1351
+ tmp = auth.g2v('realm') == this.j4y_1;
1352
1352
  }
1353
1353
  }
1354
1354
  var isSameRealm = tmp;
1355
1355
  if (!isSameRealm) {
1356
- get_LOGGER().o2s('Bearer Auth Provider is not applicable for this realm');
1356
+ get_LOGGER().x2s('Bearer Auth Provider is not applicable for this realm');
1357
1357
  }
1358
1358
  return isSameRealm;
1359
1359
  };
1360
- protoOf(BearerAuthProvider).d4u = function (request, authHeader, $completion) {
1360
+ protoOf(BearerAuthProvider).m4u = function (request, authHeader, $completion) {
1361
1361
  var tmp = new $addRequestHeadersCOROUTINE$(this, request, authHeader, $completion);
1362
1362
  tmp.i9_1 = Unit_instance;
1363
1363
  tmp.j9_1 = null;
1364
1364
  return tmp.o9();
1365
1365
  };
1366
- protoOf(BearerAuthProvider).c4u = function (response, $completion) {
1366
+ protoOf(BearerAuthProvider).l4u = function (response, $completion) {
1367
1367
  var tmp = new $refreshTokenCOROUTINE$(this, response, $completion);
1368
1368
  tmp.i9_1 = Unit_instance;
1369
1369
  tmp.j9_1 = null;
@@ -1374,7 +1374,7 @@
1374
1374
  protoOf(SetTokenContext).qh = fold;
1375
1375
  protoOf(SetTokenContext).ph = minusKey;
1376
1376
  protoOf(SetTokenContext).rh = plus;
1377
- protoOf(BearerAuthProvider).f4t = addRequestHeaders$default;
1377
+ protoOf(BearerAuthProvider).o4t = addRequestHeaders$default;
1378
1378
  //endregion
1379
1379
  //region block: init
1380
1380
  Companion_instance = new Companion();