Skip to main content

mockServices.httpAuth

Home > @backstage/backend-test-utils > mockServices > httpAuth

Signature:

namespace httpAuth 

Variables

VariableDescription
factory

Creates a mock service factory for the HttpAuthService.

By default all requests without credentials are treated as requests from the default mock user principal. This behavior can be configured with the defaultCredentials option.

mock