Future<String> requestPassword() async { var pss = await Ask.password(scope, key); await save(pss); return pss; }