Skip to main content
Version: Next

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

PropertyModifiersTypeDescription
auth?AuthService(Optional)
catalogApi?CatalogApi(Optional)
configRootConfigService
databaseDatabaseService
disableDefaultProviderFactories?boolean(Optional)
discoveryDiscoveryService
httpAuth?HttpAuthService(Optional)
loggerLoggerService
ownershipResolver?AuthOwnershipResolver(Optional)
providerFactories?ProviderFactories(Optional)
tokenFactoryAlgorithm?string(Optional)
tokenManager?TokenManager(Optional)