lemonldap-ng/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Auth.pm
2019-02-12 18:21:38 +01:00

15 lines
193 B
Perl

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