Skip to content

@vitabletech/gbp-sdk


Properties

clientId

clientId: string


clientSecret

clientSecret: string


logger?

optional logger?: Logger


maxRetries?

optional maxRetries?: number


redirectUri?

optional redirectUri?: string


refreshToken?

optional refreshToken?: string


timeoutMs?

optional timeoutMs?: number


tokenFilePath?

optional tokenFilePath?: string


tokenStorage?

optional tokenStorage?: TokenStorage | "memory" | "file"