- Library:
Methods
(async) setValue(value) → {Promise.<any>}
Set or update the value of the token.
Parameters:
Name | Type | Description |
---|---|---|
value |
string
|
number
|
boolean
|
Image
|
The value of the token, should be of the same type as defined in the Token instance |
Returns:
- Type:
-
Promise.<any>
unregister() → {Promise.<any>}
Unregister the token. This is a shorthand method for ManagerFlow#unregisterToken.
Returns:
- Type:
-
Promise.<any>