Class OAuth2ShapeAbstract

Hierarchy (view full)

Implements

Constructors

Properties

_authHandlers: RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>, any>[] = []
description?: string
scopes?: Record<string, string>
securitySchemeName: string

Methods

  • Returns RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>, any>[]

  • Returns undefined | Record<string, string>

  • Parameters

    • Rest...handler: RequestHandler<ParamsDictionary, any, any, ParsedQs, Record<string, any>, any>[]

    Returns this

  • Parameters

    • scopes: Record<string, string>

      The scopes of the access request. A map between the scope name and a short description for it. The map MAY be empty.

    Returns this