# UpdateTokenInput

## Properties

| Name                     | Type                                                                                                | Description | Notes                             |
| ------------------------ | --------------------------------------------------------------------------------------------------- | ----------- | --------------------------------- |
| **name**                 | **string**                                                                                          |             | [optional] [default to undefined] |
| **authenticationMethod** | [**UpdateTokenPrivateKeyAuthenticationMethodDto**](UpdateTokenPrivateKeyAuthenticationMethodDto.md) |             | [optional] [default to undefined] |

## Example

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

const instance: UpdateTokenInput = {
  name,
  authenticationMethod,
}
```

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