UNPKG

ibm-cloud-sdk-core

Version:

Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.

19 lines (13 loc) 509 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) &gt; [TokenManagerOptions](./ibm-cloud-sdk-core.tokenmanageroptions.md) ## TokenManagerOptions type Configuration options for token retrieval. **Signature:** ```typescript export type TokenManagerOptions = { url?: string; headers?: OutgoingHttpHeaders; disableSslVerification?: boolean; [propName: string]: any; }; ```