Class SeamHttpInstantKeys

Constructors

Properties

client: AxiosInstance
defaults: Required<SeamHttpRequestOptions>
ltsVersion: "1.0.0" = seamApiLtsVersion
ltsVersion: string = seamApiLtsVersion

Methods

  • Parameters

    • Optionalparameters: {
          instant_key_id?: string;
          instant_key_url?: string;
      }
      • Optionalinstant_key_id?: string

        ID of the instant key to get.

      • Optionalinstant_key_url?: string

        URL of the instant key to get.

    • options: InstantKeysGetOptions = {}

    Returns InstantKeysGetRequest

  • Parameters

    • Optionalparameters: {
          user_identity_id?: string;
      }
      • Optionaluser_identity_id?: string

        ID of the user identity by which you want to filter the list of Instant Keys.

    • options: InstantKeysListOptions = {}

    Returns InstantKeysListRequest

  • Parameters

    • clientSessionToken: string

    Returns Promise<void>