We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66cd84a commit 602b1e1Copy full SHA for 602b1e1
src/PkgAuthentication.jl
@@ -179,10 +179,6 @@ function get_device_auth_client_id()
179
return get(ENV, "JULIA_PKG_AUTHENTICATION_DEVICE_CLIENT_ID", "")
180
end
181
182
-function should_use_device_auth()
183
- return !isempty(get_device_auth_client_id())
184
-end
185
-
186
# Query the /auth/configuration endpoint to get the refresh url and
187
# device authentication endpoints. Returns a Dict with the following
188
# fields:
0 commit comments