ibm-cloud-sdk-core
Version:
Core functionality to support SDKs generated with IBM's OpenAPI SDK Generator.
97 lines (44 loc) • 1.18 kB
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) > [IamRequestOptions](./ibm-cloud-sdk-core.iamrequestoptions.md)
## IamRequestOptions interface
Configuration options for IAM token retrieval.
**Signature:**
```typescript
export interface IamRequestOptions extends JwtTokenManagerOptions
```
**Extends:** [JwtTokenManagerOptions](./ibm-cloud-sdk-core.jwttokenmanageroptions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
[clientId?](./ibm-cloud-sdk-core.iamrequestoptions.clientid.md)
</td><td>
</td><td>
string
</td><td>
_(Optional)_
</td></tr>
<tr><td>
[clientSecret?](./ibm-cloud-sdk-core.iamrequestoptions.clientsecret.md)
</td><td>
</td><td>
string
</td><td>
_(Optional)_
</td></tr>
<tr><td>
[scope?](./ibm-cloud-sdk-core.iamrequestoptions.scope.md)
</td><td>
</td><td>
string
</td><td>
_(Optional)_
</td></tr>
</tbody></table>