Frodo Library - v4.0.0-10
    Preparing search index...

    Interface PlatformInfoInterface

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

    Properties

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