Skip to main content

CatalogIdentityClient.(constructor)

Home > @backstage/plugin-auth-backend > CatalogIdentityClient > (constructor)

Constructs a new instance of the CatalogIdentityClient class

Signature:

constructor(options: {
catalogApi: CatalogApi;
tokenManager: TokenManager;
discovery: DiscoveryService;
auth?: AuthService;
httpAuth?: HttpAuthService;
});

Parameters

ParameterTypeDescription
options{ catalogApi: CatalogApi; tokenManager: TokenManager; discovery: DiscoveryService; auth?: AuthService; httpAuth?: HttpAuthService; }