SessionMinterOptions
Defined in: src/client/session-minter.ts:115
Properties
Section titled “Properties”agentOptions?
Section titled “agentOptions?”
optionalagentOptions?:Omit<HttpAgentOptions,"identity">
Defined in: src/client/session-minter.ts:129
Options for the agent making them. identity is not among them: the agent
signs as the session, which is what a mint call rests on.
canisterId
Section titled “canisterId”canisterId:
Principal
Defined in: src/client/session-minter.ts:123
The canister these calls go to.
sessionChain
Section titled “sessionChain”sessionChain:
DelegationChain
Defined in: src/client/session-minter.ts:120
The chain proving those calls come from the session. Restricted to II.
sessionKey
Section titled “sessionKey”sessionKey:
SignIdentity
Defined in: src/client/session-minter.ts:117
The key the session chain delegates to. Signs the calls made here.