mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 10:21:35 +00:00
remove access_type=offline to shorten auth URLs as it's default already
This commit is contained in:
@@ -1771,7 +1771,7 @@ class DeviceFlowInfo(collections.namedtuple('DeviceFlowInfo', (
|
||||
def _oauth2_web_server_flow_params(kwargs):
|
||||
"""Configures redirect URI parameters for OAuth2WebServerFlow."""
|
||||
params = {
|
||||
'access_type': 'offline',
|
||||
# 'access_type': 'offline',
|
||||
'response_type': 'code',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user