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
Parameter |
Type |
Description |
---|---|---|
options |
{ catalogApi: CatalogApi; tokenManager?: TokenManager; discovery: DiscoveryService; auth?: AuthService; httpAuth?: HttpAuthService; } |