Maximo API Client - v0.9.01
    Preparing search index...

    Interface AuthenticationResult

    Authentication result from Maximo server

    interface AuthenticationResult {
        success: boolean;
        authType: AuthType;
        timestamp: Date;
        sessionTimeout?: number;
        inactiveTimeout?: string;
        appServerSecurity?: boolean;
        cookies?: string[];
    }
    Index

    Properties

    success: boolean

    Whether authentication was successful

    authType: AuthType

    Type of authentication used

    timestamp: Date

    Time when authentication occurred

    sessionTimeout?: number

    Session timeout in seconds (if available)

    inactiveTimeout?: string

    Inactive Timeout (if available)

    appServerSecurity?: boolean
    cookies?: string[]

    Cookies set during authentication