Interface PlatformInfoInterface

interface PlatformInfoInterface {
    amVersion: string;
    authenticatedSubject: string;
    bearerToken?: string;
    cookieName: string;
    deploymentType: string;
    host: string;
    sessionToken: string;
}

Properties

amVersion: string
authenticatedSubject: string
bearerToken?: string
cookieName: string
deploymentType: string
host: string
sessionToken: string