mirror of
https://github.com/danbulant/jose
synced 2026-05-25 04:51:47 +00:00
19 lines
470 B
Markdown
19 lines
470 B
Markdown
# Function: parseJwk
|
|
|
|
[jwk/parse](../modules/jwk_parse.md).parseJwk
|
|
|
|
▸ **parseJwk**(`jwk`, `alg?`, `octAsKeyObject?`): `Promise`<[`KeyLike`](../types/types.KeyLike.md) \| `Uint8Array`\>
|
|
|
|
**`deprecated`** use `jose/key/import`
|
|
|
|
#### Parameters
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `jwk` | [`JWK`](../interfaces/types.JWK.md) |
|
|
| `alg?` | `string` |
|
|
| `octAsKeyObject?` | `boolean` |
|
|
|
|
#### Returns
|
|
|
|
`Promise`<[`KeyLike`](../types/types.KeyLike.md) \| `Uint8Array`\>
|