mirror of
https://github.com/rclone/rclone.git
synced 2025-08-18 01:20:16 +02:00
docs: client-credentials is not support by all backends
This commit is contained in:
@@ -155,7 +155,7 @@ var SharedOptions = []fs.Option{{
|
|||||||
}, {
|
}, {
|
||||||
Name: config.ConfigClientCredentials,
|
Name: config.ConfigClientCredentials,
|
||||||
Default: false,
|
Default: false,
|
||||||
Help: "Use client credentials OAuth flow.\n\nThis will use the OAUTH2 client Credentials Flow as described in RFC 6749.",
|
Help: "Use client credentials OAuth flow.\n\nThis will use the OAUTH2 client Credentials Flow as described in RFC 6749.\n\nNote that this option is NOT supported by all backends.",
|
||||||
Advanced: true,
|
Advanced: true,
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user