We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbea5b commit 65e23afCopy full SHA for 65e23af
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