oc · docs
docs / documentation

@orangecheck/auth-core


@orangecheck/auth-core / SignConfig

Interface: SignConfig

Defined in: index.ts:261

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
<a id="property-issuer"></a> issuer?stringExpected iss claim. Tokens with a different issuer are rejected.VerifyConfig.issuerindex.ts:258
<a id="property-kid"></a> kidstringShort key id placed in the JWT header (kid). Must match the JWK.-index.ts:265
<a id="property-privatejwk"></a> privateJwkstringBase64url-encoded JWK containing the Ed25519 private key.-index.ts:263
<a id="property-publicjwk"></a> publicJwkstringBase64url-encoded JWK containing the Ed25519 public key.VerifyConfig.publicJwkindex.ts:256