/sharing/rest/info response (subset the client relies on).

interface PortalInfo {
    authInfo?: {
        isTokenBasedSecurity?: boolean;
        tokenServicesUrl?: string;
    };
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

Properties

authInfo?: {
    isTokenBasedSecurity?: boolean;
    tokenServicesUrl?: string;
}