UNPKG
@cognigy/rest-api-client
Version:
latest (2025.22.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