Add OAuth 2.1 authentication support #1637
Annotations
10 errors
|
Test:
test/unit/login/loginCoordinator.test.ts#L326
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { message?: string | undefined; detailPrefix?: string | undefined; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L304
Argument of type '{ url: string; safeHostname: string; autoLogin: true; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L273
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L252
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L218
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L212
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L187
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L169
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/login/loginCoordinator.test.ts#L140
Argument of type '{ url: string; safeHostname: string; }' is not assignable to parameter of type 'LoginOptions & { url: string; }'.
|
|
Test:
test/unit/deployment/deploymentManager.test.ts#L86
Expected 4 arguments, but got 3.
|