UNPKG
@cognigy/rest-api-client
Version:
latest (2026.16.0)
rc (2026.16.0-rc.0)
rc0.0 (2026.14.0)
2026.16.0
2026.16.0-rc.0
2026.15.4-rc.0
2026.15.0
2026.15.0-rc.1
2026.14.0
2026.13.1-rc.2
2026.13.1-rc.1
2026.13.1-rc.0
2026.13.0
2026.12.0
2026.12.0-rc3
2026.12.0-rc2
2026.12.0-rc1
2026.11.0
2026.11.0-rc2
2026.11.0-rc1
2026.10.0
2026.10.0-rc2
2026.10.0-rc1
2026.9.0
2026.9.0-rc1
2026.8.0
2026.7.0
2026.7.0-rc1
2026.6.0
2026.5.0
2026.5.0-rc1
2026.4.0
2026.3.2
2026.3.1
2026.3.0
2026.2.0-rc1
2026.1.0
2025.25.0
2025.24.0
2025.23.0
2025.22.0
2025.21.0
2025.20.0
2025.19.0
2025.18.1
2025.18.0
2025.17.0
2025.16.0
2025.15.1
2025.15.0
2025.14.0
2025.13.0
2025.12.0
2025.11.0
2025.10.0
4.100.0
4.99.0
4.98.0
4.97.0
4.96.0
4.95.0
4.94.0
4.93.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.2
0.13.1
0.13.0
0.12.0
0.11.0
0.10.0
0.9.1
0.9.0
Cognigy REST-Client
@cognigy/rest-api-client
/
build
/
authentication
/
OAuth2
/
OAuth2Error.js
10 lines
•
260 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
OAuth2Error
=
void
0
;
class
OAuth2Error
extends
Error
{
constructor
(
) {
super
(); } }
exports
.
OAuth2Error
=
OAuth2Error
;
//# sourceMappingURL=OAuth2Error.js.map