Options
All
  • Public
  • Public/Protected
  • All
Menu

Class OIDCAuthenticator

An Authenticator which authenticates using OpenID connect

Hierarchy

  • OIDCAuthenticator

Index

Constructors

Properties

Methods

Constructors

Private constructor

  • new OIDCAuthenticator(app: Express, client: Client, providerName: string, helpText?: string): OIDCAuthenticator
  • Parameters

    • app: Express
    • client: Client
    • providerName: string
    • Optional helpText: string

    Returns OIDCAuthenticator

Properties

client

client: Client

providerName

providerName: string

Methods

Static create

  • Parameters

    • app: Express

    Returns Promise<OIDCAuthenticator>

Generated using TypeDoc