# CreateAccountRequest
## Properties
**refresh_token** | Option<**String**> | | [optional]
**expires_in** | **i32** | |
**client** | **String** | |
**grant_type** | Option<**String**> | | [optional][default to authorization_code]
**cc_client_id** | Option<**String**> | OAuth client ID for resource-level credentials (client_credentials flow only) | [optional]
**cc_client_secret** | Option<**String**> | OAuth client secret for resource-level credentials (client_credentials flow only) | [optional]
**cc_token_url** | Option<**String**> | OAuth token URL override for resource-level authentication (client_credentials flow only) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)