We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dbea5b + 65e23af commit fb26ed7Copy full SHA for fb26ed7
src/AzSessions.jl
@@ -826,7 +826,7 @@ function delete_session(session)
826
write_sessions(rsessions)
827
end
828
829
-function token(session::Union{AzAuthCodeFlowSession, AzDeviceCodeFlowSession}, bootstrap=false; offset=Second(300+rand(0:600)))
+function token(session::Union{AzAuthCodeFlowSession, AzDeviceCodeFlowSession}, bootstrap=false; offset=Second(rand(300:600)))
830
try
831
_token(session, bootstrap; offset)
832
finally
0 commit comments