# FinApiAccess.ChangeClientCredentialsParams

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clientId** | **String** | client_id of the client that you want to change the secret for | 
**oldClientSecret** | **String** | Old (=current) client_secret | 
**newClientSecret** | **String** | New client_secret. Required length is 36. Allowed symbols: Digits (0 through 9), lower-case and upper-case letters (A through Z), and the dash symbol (\"-\"). | 


