Class OAuth2ShapeAbstract

Hierarchy (View Summary)

Implements

Constructors

Properties

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

Methods

  • Returns undefined | Record<string, string>

  • Parameters

    • ...handler: RequestHandler[]

    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