all files / src/ index.ts

100% Statements 8/8
100% Branches 0/0
100% Functions 0/0
100% Lines 8/8
1 2 3 4 5 6 7 8 9 10 11 12 13          
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,
};