Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Injecting a value into HTTP::Header

by Bod (Parson)
on Apr 18, 2021 at 20:52 UTC ( [id://11131443]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Attempts to construct tokens, returns the access_token (which may ha
    +ve a
    # request token embedded).
    ...
            return $access_token;
        }
    }
    
  2. or download this
    sub construct_tokens {
        my ($self, $oauth2, $response) = @_;
    ...
        
        $self->SUPER::construct_tokens($oauth2, $response);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://11131443]
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 23:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found