jose/docs/functions/jwk_parse.parseJwk.md
2021-10-06 16:12:59 +02:00

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`\>