Skip to main content
Version: Next

RouterOptions

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

Warning: This API is now obsolete.

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

Options required when constructing a new using createRouter().

Signature:

export interface RouterOptions 

Properties

PropertyModifiersTypeDescription
auth?AuthService(Optional)
configRootConfigService
discoveryDiscoveryService
httpAuth?HttpAuthService(Optional)
identity?IdentityApi(Optional)
loggerLoggerService
policyPermissionPolicy
userInfo?UserInfoService(Optional)