Skip to main content

Interface: NflTokenOptions

Defined in: core/nfl_auth.ts:46

Options for nflTokenGen.

Properties

clientKey?

optional clientKey?: string

Defined in: core/nfl_auth.ts:48

Override the client key (else NFL_CLIENT_KEY, else the web default).


clientSecret?

optional clientSecret?: string

Defined in: core/nfl_auth.ts:50

Override the client secret (else NFL_CLIENT_SECRET, else the default).


forceRefresh?

optional forceRefresh?: boolean

Defined in: core/nfl_auth.ts:52

Mint a new token even if a cached one is still valid.