Values.CustomAuthConfigSourceConfiguration information required for custom authentication.
type nonrec t = {customAuthenticationType : CustomAuthenticationType.t option;The authentication type that the custom connector uses.
*)authParameters : AuthParameterList.t option;Information about authentication parameters required for authentication.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of ConnectorSuppliedValue.t ] list
| `String of Key.t ])
list ]
list
| `String of CustomAuthenticationType.t ])
list ]