- Source:
Methods
create(origin) → {Promise.<TokenStorage>}
Creates a new tokenStorage which persist tokens for the given origin
Parameters:
Name | Type | Description |
---|---|---|
origin |
string | The origin where the token contains to |
- Source:
Returns:
The initialized token storage
- Type
- Promise.<TokenStorage>