Hierarchy

  • Client

Constructors

  • Parameters

    • config: any

    Returns Client

Properties

_Base64: {
    _keyStr: string;
    _utf8_decode: ((utftext) => string);
    _utf8_encode: ((string) => string);
    decode: ((input) => string);
    encode: ((input) => string);
} = ...

Type declaration

  • _keyStr: string
  • _utf8_decode: ((utftext) => string)
      • (utftext): string
      • Parameters

        • utftext: any

        Returns string

  • _utf8_encode: ((string) => string)
      • (string): string
      • Parameters

        • string: any

        Returns string

  • decode: ((input) => string)
      • (input): string
      • Parameters

        • input: any

        Returns string

  • encode: ((input) => string)
      • (input): string
      • Parameters

        • input: any

        Returns string

_lastError: any = null
accessToken: any = null
authMethod: string = "active"
authToken: any = null
authUrl: string = null
core: any = null
grant_type: any = null
impersonate_as: any = null
password: string = null
resourceOwnerPassword: any = null
resourceOwnerUsername: any = null
roles: any = null
sessionToken: any
username: string = null

Methods

  • Parameters

    • config: any

    Returns void

  • Parameters

    • token: any
    • service: any
    • args: any
    • callback: any
    • config: any

    Returns void

  • Parameters

    • callback: any

    Returns void

  • Parameters

    • service: any
    • args: any
    • callback: any
    • config: any

    Returns void

  • Parameters

    • url: any

    Returns any

  • Parameters

    • callback: any

    Returns void

  • Returns any

  • Parameters

    • service: any
    • args: any
    • callback: any

    Returns void

  • Parameters

    • service: any
    • args: any
    • callback: any

    Returns void

Generated using TypeDoc