Values.ExternalUrlConfigSourceThe external URL source for the application.
type nonrec t = {accessUrl : URL.t;The URL to access the application.
*)approvedOrigins : ApplicationApprovedOrigins.t option;Additional URLs to allow list if different than the access URL.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of ApplicationTrustedSource.t ] list
| `String of URL.t ])
list ]