Skip to main content
Latest
class ApiKeyAuthAuthentication
implements SecurityAuthentication
import { ApiKeyAuthAuthentication } from "https://deno.land/x/periskope_maytapi_deno@v1.4.0/index.ts";

Applies apiKey authentication to the request context.

Constructors

new
ApiKeyAuthAuthentication(apiKey: string)

Configures this api key authentication with the necessary properties

Methods

applySecurityAuthentication(context: RequestContext)
getName(): string