@orangecheck/me-client / OcPublicJwk
Interface: OcPublicJwk
Defined in: me-client/src/webhook.ts:37
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-alg"></a> alg? | "EdDSA" | me-client/src/webhook.ts:42 |
<a id="property-crv"></a> crv | "Ed25519" | me-client/src/webhook.ts:39 |
<a id="property-kid"></a> kid | string | me-client/src/webhook.ts:41 |
<a id="property-kty"></a> kty | "OKP" | me-client/src/webhook.ts:38 |
<a id="property-use"></a> use? | "sig" | me-client/src/webhook.ts:43 |
<a id="property-x"></a> x | string | me-client/src/webhook.ts:40 |