You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 2006638 - Add use_cache param to get_access_token
Removed the `ttl` param, since multiple optional positional args can get
weird. I took a look at searchfox and firefox-ios and there didn't seem
to be any consumers using the `ttl` param.
Alternatively, we could input an `options` struct with multiple optional
params. I didn't go this way because I didn't see anyone actually
setting the `ttl` param, but maybe I'm missing something.
0 commit comments