<!-- 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; [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>
