in fxa/core.py [0:0]
def get_auth_pw(self): if self.v2: return self.get_auth_pw_v2() elif self.v1: return self.get_auth_pw_v1() else: return None