Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HttpAuthDefinition

Hierarchy

  • HttpAuthDefinition

Index

Properties

Properties

in

Defines the location of where the Auth is serialized.

name

name: string

Defines the name of the HTTP header or query string parameter that contains the Auth.

Optional scheme

scheme: undefined | string

Defines the security scheme to use on the Authorization header value. This can only be set if the "in" property is set to HttpAuthLocation.HEADER.