From 5efd9ff4b2a01e09336e322e96b2e9ab288db209 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Mon, 3 Dec 2012 22:09:21 -0800 Subject: [PATCH] OAuth offline token docs improvement --- docs/client/api.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/client/api.js b/docs/client/api.js index 3fa96c030c..88d2ccefd6 100644 --- a/docs/client/api.js +++ b/docs/client/api.js @@ -795,7 +795,7 @@ Template.api.loginWithExternalService = { { name: "requestOfflineToken", type: "Boolean", - descr: "If true, asks the user for permission to act on the user's behalf when offline. Technically, this stores an additional offline token in the `services` field of the user document. Currently only supported for Google login." + descr: "If true, asks the user for permission to act on their behalf when offline. This stores an additional offline token in the `services` field of the user document. Currently only supported with Google." } ] }; @@ -835,7 +835,7 @@ Template.api.accounts_ui_config = { { name: "requestOfflineToken", type: "Object", - descr: "Map an external service to true to request an offline token. Currently only supported for Google login. See [Meteor.loginWithExternalService](#meteor_loginwithexternalservice) for more details." + descr: "To ask the user for permission to act on their behalf when offline, map the relevant external service to `true`. Currently only supported with Google. See [Meteor.loginWithExternalService](#meteor_loginwithexternalservice) for more details." }, { name: "passwordSignupFields",