Type Alias WebResourceAuthParams

Web resource auth parameters to use when fetching a web resource with a host config

type WebResourceAuthParams = {
    queryParams: Record<string, string>;
}
Index

Properties

Properties

queryParams: Record<string, string>