RotateSessionKeyParams
このコンテンツはまだ日本語訳がありません。
Defined in: src/session/rotate.ts:22
Parameters for rotateSessionKey.
Properties
issue
readonlyissue:IssueSessionKeyParams
Defined in: src/session/rotate.ts:26
Inputs for issuing the replacement session.
revoke
readonlyrevoke:Omit<RevokeSessionKeyParams,"waitForReceipt">
Defined in: src/session/rotate.ts:24
Inputs for revoking the current session. waitForReceipt is forced true.