Skip to main content
Defined in: client/auth.ts:381

Properties

clientId

clientId: string;
Defined in: client/auth.ts:383

clientSecret

clientSecret: string;
Defined in: client/auth.ts:384

refreshBufferSeconds?

optional refreshBufferSeconds?: number;
Defined in: client/auth.ts:388 How many seconds before expiry to proactively re-fetch. Default: 60.

scope?

optional scope?: string;
Defined in: client/auth.ts:385

store?

optional store?: KeyValueStore;
Defined in: client/auth.ts:386

tokenEndpoint

tokenEndpoint: string;
Defined in: client/auth.ts:382