windmill-api 1.684.1

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Documentation
# CreateAccountRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**refresh_token** | **String** | OAuth refresh token. For authorization_code flow, this contains the actual refresh token. For client_credentials flow, this must be set to an empty string. | 
**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]
**mcp_server_url** | Option<**String**> | MCP server URL for MCP OAuth token refresh | [optional]
**scopes** | Option<**Vec<String>**> | OAuth scopes to use for token refresh. Overrides instance-level scopes. | [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)