Methods
generate_transition_token(prefix) → {string}
Parameters:
| Name | Type | Description |
|---|---|---|
prefix |
string |
- Source:
Returns:
- a token for a transition object
- Type
- string
(async) tokenCurrent(token) → {boolean}
Parameters:
| Name | Type | Description |
|---|---|---|
token |
string |
- Source:
Returns:
- Type
- boolean
token_to_key(token) → {any|Promise}
Parameters:
| Name | Type | Description |
|---|---|---|
token |
string |
- Source:
Returns:
- Type
- any | Promise