Group
Extension

Matches 2

CatalystX-OAuth2-Provider ( Z/ZD/ZDK/CatalystX-OAuth2-Provider-0.0005.tar.gz, ZDK, 2011; MetaCPAN )
CatalystX-OAuth2-Provider/lib/CatalystX/OAuth2/Provider/Controller/OAuth.pm ( view source; MetaCPAN )
f ArrayRef ClassName Object Str /;
use MooseX::Types::Common::String qw/ NonEmptySimpleStr /;
use JSON::XS ();
use CatalystX::OAuth2::Provider::Error;
use namespace::autoclean;

BEGIN { extends 'Catal
rant_type',
                   error_description => 'Invalid grant type');
      $ctx->res->body( JSON::XS->new->pretty(1)->encode( \%data ) );
}

sub handle_grant_type : Private {
    my ( $self, $ct
CatalystX-OAuth2-Provider ( Z/ZD/ZDK/CatalystX-OAuth2-Provider-0.0005.tar.gz, ZDK, 2011; MetaCPAN )
CatalystX-OAuth2-Provider/lib/CatalystX/OAuth2/Provider/TraitFor/Controller/OAuth/AuthorizationCode.pm ( view source; MetaCPAN )
Support scope
                      refresh_token =>  $ctx->session->{token} );
        $ctx->res->body( JSON::XS->new->pretty(1)->encode( \%data ) );
        $ctx->detach();
    }

};

=pod
=cut

1;

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.