@gibme/stir-shaken
    Preparing search index...

    Class Iconectiv

    Index

    Constructors

    • Parameters

      • userId: string
      • password: string

      Returns Iconectiv

    Properties

    password: string
    userId: string
    apiUrl: string = ...
    baseUrl: "https://authenticate-api.iconectiv.com" = 'https://authenticate-api.iconectiv.com'

    Methods

    • Attempts to log out of the API

      Parameters

      • accessToken: string

      Returns Promise<boolean>

    • Attempts to provision an SPCToken via iconectiv

      Parameters

      • serviceProviderCode: string

        typically the OCN or RespORG ID

      • accountKey: string | KeyObject
      • ca: boolean = false

      Returns Promise<string>

    • Determines if the iconectiv API is accessible or not as their service is firewalled to only allowlisted IP address and ranges

      Returns Promise<boolean>

    • Retrieves the current Certificate Revocation List

      Returns Promise<string>