Authentication template add SupportApps

This commit is contained in:
sdk-team
2024-06-21 02:00:04 +00:00
parent d4d30d5bb7
commit 5d8d514785
7 changed files with 37 additions and 1 deletions

View File

@@ -49,6 +49,12 @@ public:
std::string flowId;
std::string flowAction;
std::string navigateScreen;
struct SupportedAppsItem {
std::string signatureHash;
std::string packageName;
};
SupportedAppsItem supportedAppsItem;
std::vector<SupportedAppsItem> supportedApps;
};
ButtonsItem buttonsItem;
std::vector<ButtonsItem> buttons;

View File

@@ -46,6 +46,11 @@ namespace AlibabaCloud
std::string intentCode;
std::string nextTemplateName;
};
struct SupportedAppsItem
{
std::string signatureHash;
std::string packageName;
};
std::string autofillText;
std::string packageName;
std::string text;
@@ -59,6 +64,7 @@ namespace AlibabaCloud
std::string signatureHash;
std::string navigateScreen;
std::string phoneNumber;
std::vector<Button::SupportedAppsItem> supportedApps;
std::string urlType;
};
struct

View File

@@ -49,6 +49,12 @@ public:
std::string flowId;
std::string flowAction;
std::string navigateScreen;
struct SupportedAppsItem {
std::string signatureHash;
std::string packageName;
};
SupportedAppsItem supportedAppsItem;
std::vector<SupportedAppsItem> supportedApps;
};
ButtonsItem buttonsItem;
std::vector<ButtonsItem> buttons;