Interface: SessionGrant
Defined in: src/tollgate/session/types.ts:76 A session grant represents a time-bounded approval for future tool calls. When a user approves a tool call, they can optionally grant a session that allows similar future calls without re-prompting.Properties
createdAt
expiresAt
grantedBy
id
originalRequestId?
scope
scopeValue?
- ‘exact’: JSON-stringified args
- ‘tool’: tool name
- ‘server’: undefined
- ‘pattern’: glob pattern