ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
19 lines (13 loc) • 509 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [ibm-cloud-sdk-core](./ibm-cloud-sdk-core.md) > [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;
};
```