Module Values_1.AuthConfigSource

Authentication configuration for connecting to external services.

Sourcetype nonrec t = {
  1. authenticationType : Values_0.ConnectionAuthType.t;
    (*

    The type of authentication method.

    *)
  2. authenticationMetadata : AuthenticationMetadata.t;
    (*

    The authentication metadata containing the specific configuration for the chosen authentication type.

    *)
}
Sourceval context_ : string
Sourceval make : authenticationType:Values_0.ConnectionAuthType.t -> authenticationMetadata:AuthenticationMetadata.t -> unit -> t
Sourceval 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 ]
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