Properties
keyId
Defined in: typescript/src/models/caller.ts:31readonlykeyId:string
algorithm
Defined in: typescript/src/models/caller.ts:32readonlyalgorithm:string
use
Defined in: typescript/src/models/caller.ts:33readonlyuse:"sig"
pem
Defined in: typescript/src/models/caller.ts:38 SPKI PEM. Pass it to the offline verifiers.readonlypem:string
jwk?
Defined in: typescript/src/models/caller.ts:43 The same key as a JSON Web Key, when the algorithm has a JWK form.readonlyoptionaljwk?:Record<string,unknown>