1 2 3 4 5 6 7 8 9 10 11 12 13 | 1× 1× 1× 1× 1× 1× 1× 1× | import OpenIdConnect from './open-id-connect'; import OpenIdConnectConfiguration from './open-id-connect-configuration'; import OpenIdConnectRoles from './open-id-connect-roles'; // by convention, the plugin is named `configure` import configure from './plugin'; export { configure, OpenIdConnect, OpenIdConnectRoles, OpenIdConnectConfiguration, }; |