sagas/auth
- Source:
Methods
(async, generator, static) login(action)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
action |
object |
(async, generator, static) logout(action)
- Source:
Properties:
| Name | Type | Description | ||||||
|---|---|---|---|---|---|---|---|---|
action |
object |
Properties
|
Parameters:
| Name | Type | Description |
|---|---|---|
action |
object |
(async, static) module.exports() → {void}
- Source:
Returns:
- Type
- void
Type Definitions
User
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
permissions |
Array | |
requireNewPassword |
boolean | |
roles |
Array | |
userId |
number | |
username |
string |
Type:
- object