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