Skip to content

SessionMinterOptions

Defined in: src/client/session-minter.ts:115

optional agentOptions?: 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: Principal

Defined in: src/client/session-minter.ts:123

The canister these calls go to.


sessionChain: DelegationChain

Defined in: src/client/session-minter.ts:120

The chain proving those calls come from the session. Restricted to II.


sessionKey: SignIdentity

Defined in: src/client/session-minter.ts:117

The key the session chain delegates to. Signs the calls made here.