@orangecheck/auth-core / SignConfig
Interface: SignConfig
Defined in: src/index.ts:84
Extends
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
<a id="property-issuer"></a> issuer? | string | Expected iss claim. Tokens with a different issuer are rejected. | VerifyConfig.issuer | src/index.ts:81 |
<a id="property-kid"></a> kid | string | Short key id placed in the JWT header (kid). Must match the JWK. | - | src/index.ts:88 |
<a id="property-privatejwk"></a> privateJwk | string | Base64url-encoded JWK containing the Ed25519 private key. | - | src/index.ts:86 |
<a id="property-publicjwk"></a> publicJwk | string | Base64url-encoded JWK containing the Ed25519 public key. | VerifyConfig.publicJwk | src/index.ts:79 |