mirror of
https://github.com/OMGeeky/yup-oauth2.git
synced 2026-01-24 10:50:24 +01:00
Merge pull request #119 from kendase3/two-steps-docfix
fixup // to /// for DeviceFlow doc
This commit is contained in:
@@ -18,7 +18,7 @@ pub const GOOGLE_GRANT_TYPE: &str = "http://oauth.net/grant_type/device/1.0";
|
||||
/// Implements the [Oauth2 Device Flow](https://developers.google.com/youtube/v3/guides/authentication#devices)
|
||||
/// It operates in two steps:
|
||||
/// * obtain a code to show to the user
|
||||
// * (repeatedly) poll for the user to authenticate your application
|
||||
/// * (repeatedly) poll for the user to authenticate your application
|
||||
pub struct DeviceFlow {
|
||||
pub(crate) app_secret: ApplicationSecret,
|
||||
pub(crate) device_code_url: Cow<'static, str>,
|
||||
|
||||
Reference in New Issue
Block a user