Values_1.AuthConfigSourceAuthentication configuration for connecting to external services.
type nonrec t = {authenticationType : Values_0.ConnectionAuthType.t;The type of authentication method.
*)authenticationMetadata : AuthenticationMetadata.t;The authentication metadata containing the specific configuration for the chosen authentication type.
*)}val make :
authenticationType:Values_0.ConnectionAuthType.t ->
authenticationMetadata:AuthenticationMetadata.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of Values_0.Endpoint.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of Values_0.ClientId.t ])
list ])
list ])
list ])
list ])
list ]