mozilla-aws-cli
mozilla-aws-cli copied to clipboard
Rename variables with the same name but different purposes
Let's rename the various uses of the word login
and state
to be distinct so it's easier to understand which one each one means
login
-
module
login
-
class
Login
-
global
login
inlistener
which is also an instance of classLogin
-
method
login
on classLogin
state
-
js variable
state
-
js view of the OIDC auth flow
state
-
python OIDC auth flow
oidc_state
-
js
remoteState.state
which represents the js view of the pythonstate
instance variable