@twin.org/identity-models 0.0.1-next.24 → 0.0.1-next.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/changelog.md
CHANGED
|
@@ -24,7 +24,7 @@ Runtime name for the class.
|
|
|
24
24
|
|
|
25
25
|
### parse()
|
|
26
26
|
|
|
27
|
-
> `static` **parse**\<`U`, `T`\>(`jwt`, `paramsToCheck`?): `Promise`\<\{ `header`: `U`; `payload`: `T`; `signature`: `Uint8Array
|
|
27
|
+
> `static` **parse**\<`U`, `T`\>(`jwt`, `paramsToCheck`?): `Promise`\<\{ `header`: `U`; `payload`: `T`; `signature`: `Uint8Array`\<`ArrayBufferLike`\>; \}\>
|
|
28
28
|
|
|
29
29
|
Parse the token and check that the properties are valid.
|
|
30
30
|
|
|
@@ -50,7 +50,7 @@ Parameters to check they exist.
|
|
|
50
50
|
|
|
51
51
|
#### Returns
|
|
52
52
|
|
|
53
|
-
`Promise`\<\{ `header`: `U`; `payload`: `T`; `signature`: `Uint8Array
|
|
53
|
+
`Promise`\<\{ `header`: `U`; `payload`: `T`; `signature`: `Uint8Array`\<`ArrayBufferLike`\>; \}\>
|
|
54
54
|
|
|
55
55
|
The token components.
|
|
56
56
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# Variable: IdentityProfileConnectorFactory
|
|
2
2
|
|
|
3
|
-
> `const` **IdentityProfileConnectorFactory**: `Factory`\<[`IIdentityProfileConnector`](../interfaces/IIdentityProfileConnector.md)
|
|
3
|
+
> `const` **IdentityProfileConnectorFactory**: `Factory`\<[`IIdentityProfileConnector`](../interfaces/IIdentityProfileConnector.md)\<`IJsonLdDocument`, `IJsonLdDocument`\>\>
|
|
4
4
|
|
|
5
5
|
Factory for creating identity profile connectors.
|