Search
Preparing search index...
The search index is not available
ipushpull-js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"Auth"
IAuthService
Interface IAuthService
Hierarchy
IEmitter
IAuthService
Index
Properties
EVENT_
401
EVENT_
ERROR
EVENT_
LOGGED_
IN
EVENT_
LOGGED_
OUT
EVENT_
LOGIN_
REFRESHED
EVENT_
RE_
LOGGING
EVENT_
USER_
UPDATED
authenticate
emit
login
logout
off
on
register
un
Register
user
Methods
remove
Event
remove
Events
Properties
EVENT_
401
EVENT_
401
:
string
EVENT_
ERROR
EVENT_
ERROR
:
string
EVENT_
LOGGED_
IN
EVENT_
LOGGED_
IN
:
string
EVENT_
LOGGED_
OUT
EVENT_
LOGGED_
OUT
:
string
EVENT_
LOGIN_
REFRESHED
EVENT_
LOGIN_
REFRESHED
:
string
EVENT_
RE_
LOGGING
EVENT_
RE_
LOGGING
:
string
EVENT_
USER_
UPDATED
EVENT_
USER_
UPDATED
:
string
authenticate
authenticate
:
function
Type declaration
(
force
?:
undefined
|
false
|
true
)
:
Promise
<
any
>
Parameters
Optional
force:
undefined
|
false
|
true
Returns
Promise
<
any
>
emit
emit
:
function
Type declaration
(
name
:
string
, args
?:
any
)
:
void
Parameters
name:
string
Optional
args:
any
Returns
void
login
login
:
function
Type declaration
(
username
:
string
, password
:
string
)
:
Promise
<
any
>
Parameters
username:
string
password:
string
Returns
Promise
<
any
>
logout
logout
:
function
Type declaration
(
)
:
void
Returns
void
off
off
:
function
Type declaration
(
name
:
string
, callback
:
any
)
:
void
Parameters
name:
string
callback:
any
Returns
void
on
on
:
function
Type declaration
(
name
:
string
, callback
:
any
)
:
void
Parameters
name:
string
callback:
any
Returns
void
register
register
:
function
Type declaration
(
callback
:
any
)
:
void
Parameters
callback:
any
Returns
void
un
Register
un
Register
:
function
Type declaration
(
callback
:
any
)
:
void
Parameters
callback:
any
Returns
void
user
user
:
IUserSelf
Methods
remove
Event
remove
Event
(
)
:
void
Returns
void
remove
Events
remove
Events
(
)
:
void
Returns
void
Globals
"
Auth"
Auth
IAuth
Service
EVENT_
401
EVENT_
ERROR
EVENT_
LOGGED_
IN
EVENT_
LOGGED_
OUT
EVENT_
LOGIN_
REFRESHED
EVENT_
RE_
LOGGING
EVENT_
USER_
UPDATED
authenticate
emit
login
logout
off
on
register
un
Register
user
remove
Event
remove
Events
IUser
Self
Generated using
TypeDoc