- Source:
Methods
(static) parse(signature) → {Promise.<Profile>}
- Description:
Extract the profile from a signature and fetch the associated key
- Source:
Parameters:
Name | Type | Description |
---|---|---|
signature |
string | The plaintext signature to parse |
Returns:
The profile obtained from the signature
- Type
- Promise.<Profile>