Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AuthenticationFactory

Index

Constructors

Methods

Constructors

constructor

Methods

create

  • Parameters

    • settings: IAuthenticationSettings
    • Optional auth: AuthToken
    • Optional fetchMethod: (input: RequestInfo, init?: RequestInit) => Promise<Response>
        • (input: RequestInfo, init?: RequestInit): Promise<Response>
        • Parameters

          • input: RequestInfo
          • Optional init: RequestInit

          Returns Promise<Response>

    Returns JwtAuthentication | OidcAuthentication

Generated using TypeDoc