map.apps Bundle APIs 4.20.0
    Preparing search index...

    Interface TrustedServer

    Represents a trusted server configuration.

    Trusted servers automatically receive user credentials (e.g. cookies) by default, so there is no need to specify security settings on individual requests.

    interface TrustedServer {
        origin: string;
    }
    Index

    Properties

    Properties

    origin: string

    An origin to match against request URLs.

    Origins must contain protocol, a hostname and (optionally) a port. For example, https://subdomain.arcgis.com is a valid origin.