@orangecheck/auth-core / VerifyConfig
Interface: VerifyConfig
Defined in: src/index.ts:77
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-issuer"></a> issuer? | string | Expected iss claim. Tokens with a different issuer are rejected. | src/index.ts:81 |
<a id="property-publicjwk"></a> publicJwk | string | Base64url-encoded JWK containing the Ed25519 public key. | src/index.ts:79 |