Interface: NflTokenOptions
Defined in: core/nfl_auth.ts:46
Options for nflTokenGen.
Properties
clientKey?
optionalclientKey?:string
Defined in: core/nfl_auth.ts:48
Override the client key (else NFL_CLIENT_KEY, else the web default).
clientSecret?
optionalclientSecret?:string
Defined in: core/nfl_auth.ts:50
Override the client secret (else NFL_CLIENT_SECRET, else the default).
forceRefresh?
optionalforceRefresh?:boolean
Defined in: core/nfl_auth.ts:52
Mint a new token even if a cached one is still valid.