Options
All
  • Public
  • Public/Protected
  • All
Menu

A8ServerConnect instance is available when the current environment is nodejs.

Hierarchy

  • A8ServerConnect

Index

Constructors

Properties

currentSession: A8ServerConnectSession = null

currentSession is initially set to null. After the init call, the property will become available.

Methods

  • Initialize session. After initialization, the currentSession will be available.

    Parameters

    Returns void

  • setCookieCredential(jwt: string): void
  • The function to replace cookie credential. Call this function to remove the old credential and replace with a new one. Set parameter to null to delete current credential.

    Parameters

    • jwt: string

    Returns void

  • setCredential(jwt: string): void
  • The function to replace bearer credential. Call this function to remove the old credential and replace with a new one. Set parameter to null to delete current credential.

    Parameters

    • jwt: string

    Returns void

  • The function to replace oauth credential. Call this function to remove the old credential and replace with a new one. Set parameter to null to delete current credential.

    Parameters

    Returns void

Generated using TypeDoc