Group
Extension

Matches 2

Mojolicious-Plugin-OAuth2-Server ( L/LE/LEEJO/Mojolicious-Plugin-OAuth2-Server-0.52.tar.gz, LEEJO, 2025; MetaCPAN )
Mojolicious-Plugin-OAuth2-Server/README.pod ( view source; MetaCPAN )
ned( $type )
    or $type !~ /^(code|token)$/
  ) {
    $self->render(
      status => 400,
      json   => {
        error             => 'invalid_request',
        error_description => 'the request 
est_check_params(
    $self,$grant_type,$username,$password,$auth_code,$uri
  ) || return;

  my $json_response = {};
  my $status        = 400;

  $Grant = $grant_type eq 'password'
    ? $PasswordGr
oken,
        )
      ),
      mojo_controller   => $self,
    );

    $status        = 200;
    $json_response = {
      # RFC6749 section 5.1 says that Access Token Response should include
      # t
Mojolicious-Plugin-OAuth2-Server ( L/LE/LEEJO/Mojolicious-Plugin-OAuth2-Server-0.52.tar.gz, LEEJO, 2025; MetaCPAN )
Mojolicious-Plugin-OAuth2-Server/lib/Mojolicious/Plugin/OAuth2/Server.pm ( view source; MetaCPAN )
ned( $type )
    or $type !~ /^(code|token)$/
  ) {
    $self->render(
      status => 400,
      json   => {
        error             => 'invalid_request',
        error_description => 'the request 
est_check_params(
    $self,$grant_type,$username,$password,$auth_code,$uri
  ) || return;

  my $json_response = {};
  my $status        = 400;

  $Grant = $grant_type eq 'password'
    ? $PasswordGr
oken,
        )
      ),
      mojo_controller   => $self,
    );

    $status        = 200;
    $json_response = {
      # RFC6749 section 5.1 says that Access Token Response should include
      # t

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