<!-- 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; [IamRequestBasedTokenManager](./ibm-cloud-sdk-core.iamrequestbasedtokenmanager.md) &gt; [saveTokenInfo](./ibm-cloud-sdk-core.iamrequestbasedtokenmanager.savetokeninfo.md)

## IamRequestBasedTokenManager.saveTokenInfo() method

Extend this method from the parent class to extract the refresh token from the request and save it.

**Signature:**

```typescript
protected saveTokenInfo(tokenResponse: any): void;
```

## Parameters

<table><thead><tr><th>

Parameter


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

tokenResponse


</td><td>

any


</td><td>

the response object from JWT service request


</td></tr>
</tbody></table>
**Returns:**

void

