Group
Extension

Matches 1

Net-OAuth2-Scheme ( W/WR/WROG/Net-OAuth2-Scheme-0.03.tar.gz, WROG, 2012; MetaCPAN )
Net-OAuth2-Scheme/lib/Net/OAuth2/Scheme.pm ( view source; MetaCPAN )
uthorization grant
  ... send token request

  # receive token
  #
  my %params = ... decode from JSON, URI fragment, etc...
  my ($error, @token) = $access_scheme->token_accept(%params)
  ... complai
ear in a successful token or authorization
endpoint response (i.e., prior to being encoded into a JSON structure
or URI fragment on the authorization server, or, equivalently, after
such decoding on t

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