Group
Extension

Matches 2

Net-OpenID-Consumer ( W/WR/WROG/Net-OpenID-Consumer-1.18.tar.gz, WROG, 2016; MetaCPAN )
Net-OpenID-Consumer/lib/Net/OpenID/ClaimedIdentity.pm ( view source; MetaCPAN )
y $url = $cident->claimed_url;
    my $openid_server = $cident->identity_server;
    # ... return JSON with those to user agent (whose request was
    # XMLHttpRequest, probably)
  }

  if ($CLASSIC_m
Net-OpenID-Consumer ( W/WR/WROG/Net-OpenID-Consumer-1.18.tar.gz, WROG, 2016; MetaCPAN )
Net-OpenID-Consumer/lib/Net/OpenID/Consumer.pm ( view source; MetaCPAN )
(hmac_sha1_hex);
use Time::Local;
use HTTP::Request;
use LWP::UserAgent;
use Storable;
use JSON qw(encode_json);
use URI::Escape qw(uri_escape_utf8);
use HTML::Parser;

sub new {
    my Net::OpenID::C
fail($code) $text");
    }
    wantarray ? () : undef;
}

sub json_err {
    my Net::OpenID::Consumer $self = shift;
    return encode_json({
        err_code => $self->{last_errcode},
        err_tex
elow.

=item $csr->B<errtext>

Returns the last error text.

=item $csr->B<json_err>

Returns the last error code/text in JSON format.

=back

=head2 Configuration

=over 4

=item $csr->B<ua>($user_ag

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