ziwo-core-front
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Authentication
Service
constructor
authenticate
auto
Login
fetch
Agent
Profile
fetch
List
Numbers
fetch
List
Queues
fetch
WebRTCConfig
init
Agent
login
Ziwo
logout
Hierarchy
AuthenticationService
Index
Constructors
constructor
Methods
authenticate
auto
Login
fetch
Agent
Profile
fetch
List
Numbers
fetch
List
Queues
fetch
WebRTCConfig
init
Agent
login
Ziwo
logout
Constructors
constructor
new
Authentication
Service
(
)
:
AuthenticationService
Returns
AuthenticationService
Methods
Static
authenticate
authenticate
(
api
:
ApiService
, credentials
:
Credentials
)
:
Promise
<
AgentInfo
>
Parameters
api:
ApiService
credentials:
Credentials
Returns
Promise
<
AgentInfo
>
Static
Private
auto
Login
auto
Login
(
api
:
ApiService
)
:
Promise
<
any
>
Parameters
api:
ApiService
Returns
Promise
<
any
>
Static
Private
fetch
Agent
Profile
fetch
Agent
Profile
(
api
:
ApiService
)
:
Promise
<
any
>
Parameters
api:
ApiService
Returns
Promise
<
any
>
Static
Private
fetch
List
Numbers
fetch
List
Numbers
(
api
:
ApiService
)
:
Promise
<
any
>
Parameters
api:
ApiService
Returns
Promise
<
any
>
Static
Private
fetch
List
Queues
fetch
List
Queues
(
api
:
ApiService
)
:
Promise
<
any
>
Parameters
api:
ApiService
Returns
Promise
<
any
>
Static
Private
fetch
WebRTCConfig
fetch
WebRTCConfig
(
api
:
ApiService
)
:
Promise
<
any
>
Parameters
api:
ApiService
Returns
Promise
<
any
>
Static
Private
init
Agent
init
Agent
(
api
:
ApiService
)
:
Promise
<
AgentInfo
>
Parameters
api:
ApiService
Returns
Promise
<
AgentInfo
>
Static
Private
login
Ziwo
login
Ziwo
(
api
:
ApiService
, email
:
string
, password
:
string
)
:
Promise
<
User
>
Parameters
api:
ApiService
email:
string
password:
string
Returns
Promise
<
User
>
Static
logout
logout
(
api
:
ApiService
)
:
Promise
<
any
>
Parameters
api:
ApiService
Returns
Promise
<
any
>
Generated using
TypeDoc