Group
Extension

Matches 2

Amon2-Auth ( T/TO/TOKUHIROM/Amon2-Auth-0.07.tar.gz, TOKUHIROM, 2017; MetaCPAN )
Amon2-Auth/lib/Amon2/Auth/Site/Facebook.pm ( view source; MetaCPAN )
ings;
use utf8;

package Amon2::Auth::Site::Facebook;
use Mouse;
use LWP::UserAgent;
use URI;
use JSON;
use Amon2::Auth;

sub moniker { 'facebook' }

for (qw(client_id scope client_secret)) {
	has $_ 
ecoded_content;
		return $callback->{on_error}->($res->decoded_content);
	};
    my $dat = decode_json($res->decoded_content);
	if (my $err = $dat->{error}) {
		return $callback->{on_error}->($err);
	
  $res->is_success or return $callback->{on_error}->($res->status_line);
        my $dat = decode_json($res->decoded_content);
        push @args, $dat;
    }
	return $callback->{on_finished}->(@args)
Amon2-Auth ( T/TO/TOKUHIROM/Amon2-Auth-0.07.tar.gz, TOKUHIROM, 2017; MetaCPAN )
Amon2-Auth/lib/Amon2/Auth/Site/Github.pm ( view source; MetaCPAN )
se utf8;

package Amon2::Auth::Site::Github;
use Mouse;

use Amon2::Auth;
use LWP::UserAgent;
use JSON;
use Amon2::Auth::Util qw(parse_content);
our $VERSION = '0.07';

sub moniker { 'github' }

has c
  $res->is_success or return $callback->{on_error}->($res->status_line);
        my $dat = decode_json($res->decoded_content);
        push @args, $dat;
    }
	return $callback->{on_finished}->( @args

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