Files
zitadel/apps/login/mock/initial-stubs/zitadel.settings.v2alpha.SettingsService.json

29 lines
582 B
JSON
Raw Normal View History

2023-06-15 22:42:13 +02:00
[
{
"service": "zitadel.settings.v2alpha.SettingsService",
"method": "GetBrandingSettings",
"out": {}
2023-06-21 06:47:54 +02:00
},
{
"service": "zitadel.settings.v2alpha.SettingsService",
"method": "GetLegalAndSupportSettings",
"out": {}
},
{
"service": "zitadel.settings.v2alpha.SettingsService",
"method": "GetPasswordComplexitySettings",
"out": {}
2023-07-04 09:44:19 +02:00
},
{
"service": "zitadel.settings.v2alpha.SettingsService",
"method": "GetLoginSettings",
"out": {
2023-07-04 14:13:39 +02:00
"data": {
"settings": {
"passkeysType": 1
}
}
2023-07-04 09:44:19 +02:00
}
2023-06-15 22:42:13 +02:00
}
2023-06-21 06:51:50 +02:00
]