Skip to content

OAuth2Credential

OAuth2Credential = Readonly<{ accessToken: string; expiresAt?: Date; raw: Readonly<Record<string, unknown>>; refreshToken?: string; scopes: ReadonlyArray<string>; tokenType: string; }>

Defined in: pkgs/connection-oauth2/src/index.ts:16