griddy-sdk / HookContext
Interface: HookContext¶
Defined in: src/griddy/nfl/_hooks/types.ts:13
Context available to all hooks.
Extended by¶
Properties¶
baseUrl¶
baseUrl:
string
Defined in: src/griddy/nfl/_hooks/types.ts:17
Base URL for the request
config¶
config:
SDKConfiguration
Defined in: src/griddy/nfl/_hooks/types.ts:15
SDK configuration
oauth2Scopes¶
oauth2Scopes:
string[]
Defined in: src/griddy/nfl/_hooks/types.ts:21
OAuth2 scopes required for this operation
operationId¶
operationId:
string
Defined in: src/griddy/nfl/_hooks/types.ts:19
Operation identifier (e.g., "getPlayer")
securitySource¶
securitySource:
unknown
Defined in: src/griddy/nfl/_hooks/types.ts:23
Security source for authentication