lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm
2018-02-19 22:11:43 +01:00

15 lines
193 B
Perl

package Lemonldap::NG::Portal::Main::Auth;
use strict;
use Mouse;
our $VERSION = '2.0.0';
extends 'Lemonldap::NG::Portal::Main::Plugin';
# PROPERTIES
has authnLevel => ( is => 'rw' );
1;