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 503fd8c commit b3f90c2Copy full SHA for b3f90c2
src/PkgAuthentication.jl
@@ -184,7 +184,7 @@ struct NeedRefresh <: State
184
server::String
185
token::Dict{String, Any}
186
end
187
-function step(state::NeedRefresh)::Union{HasNewToken, NoAuthentication, Failure}
+function step(state::NeedRefresh)::Union{HasNewToken, NoAuthentication}
188
refresh_token = state.token["refresh_token"]
189
headers = ["Authorization" => "Bearer $refresh_token"]
190
output = IOBuffer()
0 commit comments