OIDC-Lite
view release on metacpan or search on metacpan
lib/OIDC/Lite/Server/AuthorizationHandler.pm view on Meta::CPAN
package OIDC::Lite::Server::AuthorizationHandler;
use strict;
use warnings;
use Params::Validate;
use OAuth::Lite2::Server::Error;
my @DEFINED_DISPLAY_PARAMS = qw(
page
popup
touch
wap
);
my @DEFINED_PROMPT_PARAMS = qw(
none
login
consent
select_account
);
( run in 1.888 second using v1.01-cache-2.11-cpan-364913b4093 )