static Future<void> init(String userPoolId, String appId) async { sUserPoolId = userPoolId; sAppId = appId; await requestPublicConfig(); }