From ca25e80fc8b3fd6ad93b0757bcf8a2c6d7588e96 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 17 Jun 2016 18:29:56 -0400 Subject: [PATCH] Auto-regenerating the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index af253865..47440244 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,8 @@ knpu_oauth2_client: # access_type: '' # Optional value for sending access_type parameter. More detail: https://developers.google.com/identity/protocols/OAuth2WebServer#offline # hosted_domain: '' + # Optional value for additional fields to be requested from the user profile. If set, these values will be included with the defaults. More details: https://developers.google.com/+/web/api/rest/latest/people + # user_fields: {} # whether to check OAuth2 "state": defaults to true # use_state: true