HttpSignatureKey
Defined in: src/policies/auth/verify-http-signature.ts:20
Configuration for the verifyHttpSignature policy.
Properties
Section titled “Properties”algorithm
Section titled “algorithm”algorithm:
string
Defined in: src/policies/auth/verify-http-signature.ts:26
Algorithm identifier.
publicKey?
Section titled “publicKey?”
optionalpublicKey:JsonWebKey
Defined in: src/policies/auth/verify-http-signature.ts:24
RSA public key as JWK.
secret?
Section titled “secret?”
optionalsecret:string
Defined in: src/policies/auth/verify-http-signature.ts:22
HMAC secret.