From b59c61702789b6444f7bd60ccf775126da8df8a2 Mon Sep 17 00:00:00 2001 From: Lewin Bormann Date: Thu, 3 Dec 2020 21:27:30 +0100 Subject: [PATCH] Doc: Remove reference to DeviceFlowHelper to fix #140. Oh boy, that was removed in 2015... --- src/lib.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 7fa2e58..9b4b0cd 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,9 +6,8 @@ //! Google services) respectively the documentation of the API provider you want to connect to. //! //! # Device Flow Usage -//! As the `DeviceFlow` involves polling, the `DeviceFlowHelper` should be used -//! as means to adhere to the protocol, and remain resilient to all kinds of errors -//! that can occur on the way. +//! With an application secret you can get started right away, building a `DeviceFlowAuthenticator` +//! and obtaining tokens from it. //! //! # Service account "flow" //! When using service account credentials, no user interaction is required. The access token