live · mainnetoc · docs
specs · api · guides
docs / documentation

@orangecheck/auth-core


@orangecheck/auth-core / SignConfig

Interface: SignConfig

Defined in: src/index.ts:84

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
<a id="property-issuer"></a> issuer?stringExpected iss claim. Tokens with a different issuer are rejected.VerifyConfig.issuersrc/index.ts:81
<a id="property-kid"></a> kidstringShort key id placed in the JWT header (kid). Must match the JWK.-src/index.ts:88
<a id="property-privatejwk"></a> privateJwkstringBase64url-encoded JWK containing the Ed25519 private key.-src/index.ts:86
<a id="property-publicjwk"></a> publicJwkstringBase64url-encoded JWK containing the Ed25519 public key.VerifyConfig.publicJwksrc/index.ts:79