Values.CreateConnectionApiKeyAuthRequestParametersSourceThe API key authorization parameters for the connection.
type nonrec t = {apiKeyName : AuthHeaderParameters.t;The name of the API key to use for authorization.
*)apiKeyValue : AuthHeaderParametersSensitive.t;The value for the API key to use for authorization.
*)}val make :
apiKeyName:AuthHeaderParameters.t ->
apiKeyValue:AuthHeaderParametersSensitive.t ->
unit ->
t