<!-- 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; [McspTokenManager](./ibm-cloud-sdk-core.mcsptokenmanager.md)

## McspTokenManager class

Token Manager for Multi-Cloud Saas Platform (MCSP) authenticator.

The Token Manager will invoke the MCSP token service's 'POST /siusermgr/api/1.0/apikeys/token' operation to obtain an MCSP access token for a user-supplied apikey.

**Signature:**

```typescript
export declare class McspTokenManager extends JwtTokenManager 
```
**Extends:** [JwtTokenManager](./ibm-cloud-sdk-core.jwttokenmanager.md)

## Constructors

<table><thead><tr><th>

Constructor


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[(constructor)(options)](./ibm-cloud-sdk-core.mcsptokenmanager._constructor_.md)


</td><td>


</td><td>

Create a new McspTokenManager instance.


</td></tr>
</tbody></table>

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[requiredOptions](./ibm-cloud-sdk-core.mcsptokenmanager.requiredoptions.md)


</td><td>

`protected`


</td><td>

string\[\]


</td><td>


</td></tr>
</tbody></table>

## Methods

<table><thead><tr><th>

Method


</th><th>

Modifiers


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[requestToken()](./ibm-cloud-sdk-core.mcsptokenmanager.requesttoken.md)


</td><td>

`protected`


</td><td>


</td></tr>
</tbody></table>
