Group
Extension

Matches 1

Mojolicious-Plugin-Google-Cloud-UserAgent ( S/SC/SCOTTW/Mojolicious-Plugin-Google-Cloud-UserAgent-0.03.tar.gz, SCOTTW, 2016; MetaCPAN )
Mojolicious-Plugin-Google-Cloud-UserAgent/lib/Mojolicious/Plugin/Google/Cloud/UserAgent.pm ( view source; MetaCPAN )
y $scopes = shift // $config->{scopes};

            Mojo::JWT::Google->new(
                from_json  => $config->{gcp_auth_file},
                target     => $config->{oauth_url} // $self->oauth_
               my $tx = pop;

                    if ($tx->res->json('/access_token')) {
                        $d->pass($tx->res->json);
                    }

                    else {
           
ender(json => $tx->res->json, status => $tx->res->code);
               },
               sub {  ## error sub
                   my $tx = pop;
                   $c->render(json => $tx->res->json, sta

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