@authc/authc-spa-js
Options
All
Public
Public/Protected
All
Inherited
Only exported
Menu
Popup
Timeout
Error
constructor
error
error_
description
message
name
popup
stack
from
Payload
Error thrown when the login popup times out (if the user does not complete auth)
Hierarchy
TimeoutError
PopupTimeoutError
Index
Constructors
constructor
Properties
error
error_
description
message
name
popup
stack
Methods
from
Payload
Constructors
constructor
new
Popup
Timeout
Error
(
popup
:
Window
)
:
PopupTimeoutError
Parameters
popup:
Window
Returns
PopupTimeoutError
Properties
error
error
:
string
error_
description
error_
description
:
string
message
message
:
string
name
name
:
string
popup
popup
:
Window
Optional
stack
stack
:
string
Methods
Static
from
Payload
from
Payload
(
__namedParameters
:
{
error
:
string
;
error_description
:
string
}
)
:
GenericError
Parameters
__namedParameters:
{
error
:
string
;
error_description
:
string
}
error
:
string
error_
description
:
string
Returns
GenericError
Error thrown when the login popup times out (if the user does not complete auth)