Skip to content

Interface: OAuth2ManagerOptions

Defined in: src/core/oauth/oauth2Manager.ts:11

Properties

accessToken?

ts
optional accessToken?: string;

Defined in: src/core/oauth/oauth2Manager.ts:12


clientId?

ts
optional clientId?: string;

Defined in: src/core/oauth/oauth2Manager.ts:14


clientSecret?

ts
optional clientSecret?: string;

Defined in: src/core/oauth/oauth2Manager.ts:15


cloudId?

ts
optional cloudId?: string;

Defined in: src/core/oauth/oauth2Manager.ts:17


expiresAt?

ts
optional expiresAt?: number;

Defined in: src/core/oauth/oauth2Manager.ts:16


onTokenRefresh?

ts
optional onTokenRefresh?: OnTokenRefresh;

Defined in: src/core/oauth/oauth2Manager.ts:19


refreshToken?

ts
optional refreshToken?: string;

Defined in: src/core/oauth/oauth2Manager.ts:13


siteUrl?

ts
optional siteUrl?: string;

Defined in: src/core/oauth/oauth2Manager.ts:18