summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Klausner <domm@plix.at>2020-11-22 17:32:45 +0100
committerThomas Klausner <domm@plix.at>2020-11-22 17:32:45 +0100
commiteabba1407e2c87f2cb4cdf7e9616a9e98e328e16 (patch)
treef5acba55e35b41fad4b941d41c066cfb0422f89b
parent94089ed689f37bb8939ae9677d0fabb76115bd28 (diff)
fix doc error reported by niceperl in RT133154
-rw-r--r--lib/LWP/Authen/OAuth2/ServiceProvider/Google.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/LWP/Authen/OAuth2/ServiceProvider/Google.pm b/lib/LWP/Authen/OAuth2/ServiceProvider/Google.pm
index 5f0d9b3..8ed9da6 100644
--- a/lib/LWP/Authen/OAuth2/ServiceProvider/Google.pm
+++ b/lib/LWP/Authen/OAuth2/ServiceProvider/Google.pm
@@ -254,7 +254,7 @@ Google's documentation.
It can be specified in the constructor with:
- client_type => "web server",
+ client_type => "installed",
On the first time it is the client's responsibility to open a browser and
send the user to C<$oauth2->authorization_url(...)>. If you pass in