/** * A Backstage backend plugin that handles authentication * * @packageDocumentation */ export { authPlugin as default } from './authPlugin'; export * from './service'; export type { TokenParams } from './identity'; export * from './providers'; export * from './lib/flow'; export * from './lib/oauth'; export * from './lib/catalog'; export { getDefaultOwnershipEntityRefs } from './lib/resolvers';