Future<String> webAuth(AuthPayload payload) async { return await FlutterWebAuth.authenticate(url: payload.url, callbackUrlScheme: payload.scheme); }