UNPKG
@ariyana/appauth
Version:
latest (1.3.1)
1.3.1
A general purpose OAuth client.
github.com/openid/AppAuth-JS
openid/AppAuth-JS
@ariyana/appauth
/
built
/
errors.d.ts
9 lines
(8 loc)
•
178 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * Represents the AppAuthError type. */
export
declare
class
AppAuthError
{
message
:
string
;
extras
?:
any
;
constructor
(
message
:
string
,
extras
?:
any
); }