Properties
pendingPolicyChangeId
Defined in: typescript/src/crypto/step-up.ts:25 The change to approve or reject.readonlypendingPolicyChangeId:string
action
Defined in: typescript/src/crypto/step-up.ts:27readonlyaction:"approve"|"reject"
privateKeyPem
Defined in: typescript/src/crypto/step-up.ts:33 The approver’s Ed25519 step up private key, PEM (PKCS #8), as made byreadonlyprivateKeyPem:string
openssl genpkey -algorithm ed25519.
keyId
Defined in: typescript/src/crypto/step-up.ts:40 A label for the key. It is recorded with the authorization; the server verifies with the public key registered on the approver’s API key, not by this label.readonlykeyId:string
ttlSeconds?
Defined in: typescript/src/crypto/step-up.ts:45 How long the authorization stays valid. Default 120.readonlyoptionalttlSeconds?:number