Module Values_1.CustomAuthenticationPropertiesSource

Custom authentication configuration that allows for flexible authentication mechanisms beyond standard Basic and OAuth2 flows.

Sourcetype nonrec t = {
  1. authenticationParameters : ConnectorPropertyList.t;
    (*

    A map of custom authentication parameters that define the specific authentication mechanism and required properties.

    *)
}
Sourceval context_ : string
Sourceval make : authenticationParameters:ConnectorPropertyList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of bool | `Enum of string | `List of [> `String of string ] list | `String of string ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t