Skip to content

griddy-sdk


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

HookContext.baseUrl


config

config: SDKConfiguration

Defined in: src/griddy/nfl/_hooks/types.ts:15

SDK configuration

Inherited from

HookContext.config


oauth2Scopes

oauth2Scopes: string[]

Defined in: src/griddy/nfl/_hooks/types.ts:21

OAuth2 scopes required for this operation

Inherited from

HookContext.oauth2Scopes


operationId

operationId: string

Defined in: src/griddy/nfl/_hooks/types.ts:19

Operation identifier (e.g., "getPlayer")

Inherited from

HookContext.operationId


securitySource

securitySource: unknown

Defined in: src/griddy/nfl/_hooks/types.ts:23

Security source for authentication

Inherited from

HookContext.securitySource