UNPKG

ibm-cloud-sdk-core

Version:

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

54 lines (26 loc) 913 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; [IamAssumeTokenManager](./ibm-cloud-sdk-core.iamassumetokenmanager.md) &gt; [saveTokenInfo](./ibm-cloud-sdk-core.iamassumetokenmanager.savetokeninfo.md) ## IamAssumeTokenManager.saveTokenInfo() method Extend this method from the parent class to erase the refresh token from the class - we do not want to expose it for IAM Assume authentication. **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