Help for this page

Select Code to Download


  1. or download this
    sub construct_tokens {
        my ($self, $oauth2, $response) = @_;
    ...
        
        $self->SUPER::construct_tokens($oauth2, $response);
    }