@nospamproxy/core
    Preparing search index...
    interface ServiceEndPoints {
        baseIdentityUrl: string;
        baseUrl: string;
        challenge: string;
        odataPath: string;
        portalApi: string;
        renewToken: string;
        signOut: string;
        switchTenant: string;
        tenants: string;
        userInfo: string;
        [key: string]: string;
    }

    Indexable

    • [key: string]: string
    Index

    Properties

    baseIdentityUrl: string
    baseUrl: string
    challenge: string
    odataPath: string
    portalApi: string
    renewToken: string
    signOut: string
    switchTenant: string
    tenants: string
    userInfo: string