Skip to main content

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

Property

Modifiers

Type

Description

auth?

AuthService

(Optional)

config

RootConfigService

discovery

DiscoveryService

httpAuth?

HttpAuthService

(Optional)

identity?

IdentityApi

(Optional)

logger

LoggerService

policy

PermissionPolicy

userInfo?

UserInfoService

(Optional)