Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@apimatic/authentication-adapters

Package Overview
Dependencies
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apimatic/authentication-adapters

This package provides pluggable adapters for different authentication schemes.

latest
Source
npmnpm
Version
0.5.13
Version published
Weekly downloads
61K
3.27%
Maintainers
6
Weekly downloads
 
Created
Source

APIMatic Authentication Adapters Library for JavaScript SDKs

This package provides pluggable adapters for different authentication schemes.

The exported functionality includes:

  • Basic Authentication: Username and password authentication with automatic Base64 encoding.
  • API Key Authentication: Support for API keys via headers or query parameters.
  • Access Token Authentication: Bearer token authentication suitable for OAuth and similar token schemes.
  • Custom Query Authentication: Custom query parameter authentication with configurable parameter names.
  • Custom Header Authentication: Custom header authentication with configurable header names.
  • Composite Authentication: Support for complex authentication schemes with AND/OR logic combinations.
  • No Authentication: Pass-through adapter for endpoints that do not require authentication.

This library is used by JavaScript SDKs generated by the APIMatic Code Generator. For details on supported platforms and build artifacts, see the Build and Usage Section.

FAQs

Package last updated on 30 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts