UNPKG

ev-recharge-sdk

Version:

This API Product provides the option to manage charging at all public Shell Recharge locations. The end points provides control to start, stop and get status of the charging session.

11 lines (10 loc) 651 B
/** * Shell EVLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { ClientCredentialsAuthManager } from './clientCredentialsAuthManager'; import { Configuration } from './configuration'; export declare function createAuthProviderFromConfig(config: Partial<Configuration>, bearerAuth: () => ClientCredentialsAuthManager): import("@apimatic/core-interfaces").AuthenticatorInterface<import("@apimatic/authentication-adapters/lib/compositeAuthenticationAdapter").CompositeAuthParams<"bearerAuth", { bearerAuth: import("@apimatic/core-interfaces").AuthenticatorInterface<boolean> | undefined; }>>;