Values.CustomAuthCredentialsSourceThe custom credentials required for custom authentication.
type nonrec t = {customAuthenticationType : CustomAuthenticationType.t;The custom authentication type that the connector uses.
*)credentialsMap : CredentialsMap.t option;A map that holds custom authentication credentials.
*)}val make :
?credentialsMap:??? ->
customAuthenticationType:CustomAuthenticationType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of CredentialsMapKey.t ]
* [> `String of CredentialsMapValue.t ])
list
| `String of CustomAuthenticationType.t ])
list ]