# CreateProjectScopedTokenOutput

## Properties

| Name            | Type       | Description | Notes                  |
| --------------- | ---------- | ----------- | ---------------------- |
| **accessToken** | **string** |             | [default to undefined] |
| **expiresIn**   | **number** |             | [default to undefined] |
| **scope**       | **string** |             | [default to undefined] |

## Example

```typescript
import { CreateProjectScopedTokenOutput } from '@affinidi-tdk/iam-client'

const instance: CreateProjectScopedTokenOutput = {
  accessToken,
  expiresIn,
  scope,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
