Skip to main content

RouterOptions

Home > @backstage/plugin-auth-backend > RouterOptions

Warning: This API is now obsolete.

Please migrate to the new backend system as this will be removed in the future.

Signature:

export interface RouterOptions 

Properties

Property

Modifiers

Type

Description

auth?

AuthService

(Optional)

catalogApi?

CatalogApi

(Optional)

config

RootConfigService

database

DatabaseService

disableDefaultProviderFactories?

boolean

(Optional)

discovery

DiscoveryService

httpAuth?

HttpAuthService

(Optional)

logger

LoggerService

ownershipResolver?

AuthOwnershipResolver

(Optional)

providerFactories?

ProviderFactories

(Optional)

tokenFactoryAlgorithm?

string

(Optional)

tokenManager?

TokenManager

(Optional)