keycloakify 10.0.0-rc.13 → 10.0.0-rc.130

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1276) hide show
  1. package/PUBLIC_URL.d.ts +1 -1
  2. package/PUBLIC_URL.js +4 -4
  3. package/PUBLIC_URL.js.map +1 -1
  4. package/README.md +35 -246
  5. package/account/DefaultPage.d.ts +5 -0
  6. package/account/DefaultPage.js +44 -0
  7. package/account/DefaultPage.js.map +1 -0
  8. package/account/KcContext/KcContext.d.ts +268 -0
  9. package/account/KcContext/KcContext.js.map +1 -0
  10. package/account/KcContext/getKcContextMock.d.ts +24 -0
  11. package/account/KcContext/getKcContextMock.js +28 -0
  12. package/account/KcContext/getKcContextMock.js.map +1 -0
  13. package/account/KcContext/index.d.ts +2 -0
  14. package/account/KcContext/index.js +2 -0
  15. package/account/KcContext/index.js.map +1 -0
  16. package/account/KcContext/kcContextMocks.d.ts +4 -0
  17. package/account/KcContext/kcContextMocks.js +146 -0
  18. package/account/KcContext/kcContextMocks.js.map +1 -0
  19. package/account/Template.d.ts +2 -2
  20. package/account/Template.js +14 -12
  21. package/account/Template.js.map +1 -1
  22. package/account/TemplateProps.d.ts +3 -5
  23. package/account/i18n/GenericI18n.d.ts +6 -0
  24. package/account/i18n/GenericI18n.js +2 -0
  25. package/account/i18n/GenericI18n.js.map +1 -0
  26. package/account/i18n/i18n.d.ts +42 -50
  27. package/account/i18n/i18n.js +91 -92
  28. package/account/i18n/i18n.js.map +1 -1
  29. package/account/i18n/index.d.ts +5 -1
  30. package/account/i18n/index.js +1 -1
  31. package/account/i18n/index.js.map +1 -1
  32. package/account/i18n/messages_defaultSet/ar.d.ts +361 -0
  33. package/account/i18n/messages_defaultSet/ar.js +366 -0
  34. package/account/i18n/messages_defaultSet/ar.js.map +1 -0
  35. package/account/i18n/messages_defaultSet/ca.d.ts +361 -0
  36. package/account/i18n/messages_defaultSet/ca.js +366 -0
  37. package/account/i18n/messages_defaultSet/ca.js.map +1 -0
  38. package/account/i18n/messages_defaultSet/cs.d.ts +153 -0
  39. package/account/i18n/messages_defaultSet/cs.js +158 -0
  40. package/account/i18n/messages_defaultSet/cs.js.map +1 -0
  41. package/account/i18n/messages_defaultSet/da.d.ts +290 -0
  42. package/account/i18n/messages_defaultSet/da.js +295 -0
  43. package/account/i18n/messages_defaultSet/da.js.map +1 -0
  44. package/account/i18n/messages_defaultSet/de.d.ts +313 -0
  45. package/account/i18n/messages_defaultSet/de.js +318 -0
  46. package/account/i18n/messages_defaultSet/de.js.map +1 -0
  47. package/account/i18n/messages_defaultSet/el.d.ts +360 -0
  48. package/account/i18n/messages_defaultSet/el.js +365 -0
  49. package/account/i18n/messages_defaultSet/el.js.map +1 -0
  50. package/account/i18n/messages_defaultSet/en.d.ts +364 -0
  51. package/account/i18n/messages_defaultSet/en.js +369 -0
  52. package/account/i18n/messages_defaultSet/en.js.map +1 -0
  53. package/account/i18n/messages_defaultSet/es.d.ts +363 -0
  54. package/account/i18n/messages_defaultSet/es.js +368 -0
  55. package/account/i18n/messages_defaultSet/es.js.map +1 -0
  56. package/account/i18n/messages_defaultSet/fa.d.ts +361 -0
  57. package/account/i18n/messages_defaultSet/fa.js +366 -0
  58. package/account/i18n/messages_defaultSet/fa.js.map +1 -0
  59. package/account/i18n/messages_defaultSet/fi.d.ts +357 -0
  60. package/account/i18n/messages_defaultSet/fi.js +362 -0
  61. package/account/i18n/messages_defaultSet/fi.js.map +1 -0
  62. package/account/i18n/messages_defaultSet/fr.d.ts +164 -0
  63. package/account/i18n/messages_defaultSet/fr.js +169 -0
  64. package/account/i18n/messages_defaultSet/fr.js.map +1 -0
  65. package/account/i18n/messages_defaultSet/hu.d.ts +361 -0
  66. package/account/i18n/messages_defaultSet/hu.js +366 -0
  67. package/account/i18n/messages_defaultSet/hu.js.map +1 -0
  68. package/account/i18n/messages_defaultSet/index.d.ts +2096 -0
  69. package/account/i18n/messages_defaultSet/index.js +39 -0
  70. package/account/i18n/messages_defaultSet/index.js.map +1 -0
  71. package/account/i18n/messages_defaultSet/it.d.ts +301 -0
  72. package/account/i18n/messages_defaultSet/it.js +306 -0
  73. package/account/i18n/messages_defaultSet/it.js.map +1 -0
  74. package/account/i18n/messages_defaultSet/ja.d.ts +295 -0
  75. package/account/i18n/messages_defaultSet/ja.js +300 -0
  76. package/account/i18n/messages_defaultSet/ja.js.map +1 -0
  77. package/account/i18n/messages_defaultSet/lt.d.ts +138 -0
  78. package/account/i18n/messages_defaultSet/lt.js +143 -0
  79. package/account/i18n/messages_defaultSet/lt.js.map +1 -0
  80. package/account/i18n/messages_defaultSet/lv.d.ts +182 -0
  81. package/account/i18n/messages_defaultSet/lv.js +187 -0
  82. package/account/i18n/messages_defaultSet/lv.js.map +1 -0
  83. package/account/i18n/messages_defaultSet/nl.d.ts +330 -0
  84. package/account/i18n/messages_defaultSet/nl.js +335 -0
  85. package/account/i18n/messages_defaultSet/nl.js.map +1 -0
  86. package/account/i18n/messages_defaultSet/no.d.ts +138 -0
  87. package/account/i18n/messages_defaultSet/no.js +143 -0
  88. package/account/i18n/messages_defaultSet/no.js.map +1 -0
  89. package/account/i18n/messages_defaultSet/pl.d.ts +339 -0
  90. package/account/i18n/messages_defaultSet/pl.js +344 -0
  91. package/account/i18n/messages_defaultSet/pl.js.map +1 -0
  92. package/account/i18n/messages_defaultSet/pt-BR.d.ts +309 -0
  93. package/account/i18n/messages_defaultSet/pt-BR.js +314 -0
  94. package/account/i18n/messages_defaultSet/pt-BR.js.map +1 -0
  95. package/account/i18n/messages_defaultSet/ru.d.ts +206 -0
  96. package/account/i18n/messages_defaultSet/ru.js +211 -0
  97. package/account/i18n/messages_defaultSet/ru.js.map +1 -0
  98. package/account/i18n/messages_defaultSet/sk.d.ts +176 -0
  99. package/account/i18n/messages_defaultSet/sk.js +181 -0
  100. package/account/i18n/messages_defaultSet/sk.js.map +1 -0
  101. package/account/i18n/messages_defaultSet/sv.d.ts +135 -0
  102. package/account/i18n/messages_defaultSet/sv.js +140 -0
  103. package/account/i18n/messages_defaultSet/sv.js.map +1 -0
  104. package/account/i18n/messages_defaultSet/th.d.ts +339 -0
  105. package/account/i18n/messages_defaultSet/th.js +344 -0
  106. package/account/i18n/messages_defaultSet/th.js.map +1 -0
  107. package/account/i18n/messages_defaultSet/tr.d.ts +278 -0
  108. package/account/i18n/messages_defaultSet/tr.js +283 -0
  109. package/account/i18n/messages_defaultSet/tr.js.map +1 -0
  110. package/account/i18n/messages_defaultSet/uk.d.ts +339 -0
  111. package/account/i18n/messages_defaultSet/uk.js +344 -0
  112. package/account/i18n/messages_defaultSet/uk.js.map +1 -0
  113. package/account/i18n/messages_defaultSet/zh-CN.d.ts +148 -0
  114. package/account/i18n/messages_defaultSet/zh-CN.js +153 -0
  115. package/account/i18n/messages_defaultSet/zh-CN.js.map +1 -0
  116. package/account/i18n/useI18n.d.ts +14 -0
  117. package/account/i18n/useI18n.js +59 -0
  118. package/account/i18n/useI18n.js.map +1 -0
  119. package/account/index.d.ts +3 -7
  120. package/account/index.js +1 -5
  121. package/account/index.js.map +1 -1
  122. package/account/lib/kcClsx.d.ts +9 -0
  123. package/account/lib/kcClsx.js +19 -0
  124. package/account/lib/kcClsx.js.map +1 -0
  125. package/account/pages/Account.d.ts +1 -1
  126. package/account/pages/Account.js +7 -6
  127. package/account/pages/Account.js.map +1 -1
  128. package/account/pages/Applications.d.ts +1 -1
  129. package/account/pages/Applications.js +8 -9
  130. package/account/pages/Applications.js.map +1 -1
  131. package/account/pages/FederatedIdentity.d.ts +3 -3
  132. package/account/pages/FederatedIdentity.js +1 -1
  133. package/account/pages/FederatedIdentity.js.map +1 -1
  134. package/account/pages/Log.d.ts +1 -1
  135. package/account/pages/Log.js +3 -3
  136. package/account/pages/Log.js.map +1 -1
  137. package/account/pages/PageProps.d.ts +4 -6
  138. package/account/pages/Password.d.ts +1 -1
  139. package/account/pages/Password.js +16 -13
  140. package/account/pages/Password.js.map +1 -1
  141. package/account/pages/Sessions.d.ts +1 -1
  142. package/account/pages/Sessions.js +3 -4
  143. package/account/pages/Sessions.js.map +1 -1
  144. package/account/pages/Totp.d.ts +1 -1
  145. package/account/pages/Totp.js +9 -10
  146. package/account/pages/Totp.js.map +1 -1
  147. package/bin/193.index.js +160 -0
  148. package/bin/246.index.js +75118 -371
  149. package/bin/266.index.js +806 -0
  150. package/bin/304.index.js +1108 -0
  151. package/bin/31.index.js +822 -0
  152. package/bin/430.index.js +1349 -0
  153. package/bin/440.index.js +1538 -0
  154. package/bin/453.index.js +821 -0
  155. package/bin/525.index.js +41826 -0
  156. package/bin/526.index.js +1108 -0
  157. package/bin/599.index.js +560 -0
  158. package/bin/622.index.js +720 -0
  159. package/bin/678.index.js +10486 -0
  160. package/bin/697.index.js +4749 -0
  161. package/bin/720.index.js +243 -0
  162. package/bin/743.index.js +70 -0
  163. package/bin/780.index.js +895 -0
  164. package/bin/786.index.js +185 -0
  165. package/bin/877.index.js +275 -0
  166. package/bin/932.index.js +946 -0
  167. package/bin/941.index.js +4215 -0
  168. package/bin/97.index.js +699 -0
  169. package/bin/main.js +7685 -141696
  170. package/bin/shared/KeycloakVersionRange.d.ts +3 -3
  171. package/bin/shared/buildContext.d.ts +85 -0
  172. package/bin/shared/buildContext.js.map +1 -0
  173. package/bin/shared/constants.d.ts +18 -15
  174. package/bin/shared/constants.js +15 -15
  175. package/bin/shared/constants.js.map +1 -1
  176. package/bin/shared/copyKeycloakResourcesToPublic.d.ts +3 -3
  177. package/bin/shared/copyKeycloakResourcesToPublic.js.map +1 -1
  178. package/bin/shared/downloadKeycloakDefaultTheme.d.ts +11 -0
  179. package/bin/shared/downloadKeycloakDefaultTheme.js.map +1 -0
  180. package/bin/shared/downloadKeycloakStaticResources.d.ts +3 -5
  181. package/bin/shared/downloadKeycloakStaticResources.js.map +1 -1
  182. package/bin/shared/generateKcGenTs.d.ts +15 -0
  183. package/bin/shared/generateKcGenTs.js.map +1 -0
  184. package/bin/shared/getLatestsSemVersionedTag.d.ts +10 -0
  185. package/bin/shared/getLatestsSemVersionedTag.js.map +1 -0
  186. package/bin/shared/metaInfKeycloakThemes.d.ts +4 -8
  187. package/bin/shared/metaInfKeycloakThemes.js.map +1 -1
  188. package/bin/shared/promptKeycloakVersion.d.ts +1 -0
  189. package/bin/shared/promptKeycloakVersion.js.map +1 -1
  190. package/lib/BASE_URL.js.map +1 -1
  191. package/lib/getKcClsx.d.ts +11 -0
  192. package/lib/getKcClsx.js +56 -0
  193. package/lib/getKcClsx.js.map +1 -0
  194. package/login/DefaultPage.d.ts +12 -0
  195. package/login/DefaultPage.js +125 -0
  196. package/login/DefaultPage.js.map +1 -0
  197. package/login/KcContext/KcContext.d.ts +579 -0
  198. package/login/KcContext/KcContext.js.map +1 -0
  199. package/login/KcContext/getKcContextMock.d.ts +24 -0
  200. package/login/KcContext/getKcContextMock.js +28 -0
  201. package/login/KcContext/getKcContextMock.js.map +1 -0
  202. package/login/KcContext/index.d.ts +2 -0
  203. package/login/KcContext/index.js +2 -0
  204. package/login/KcContext/index.js.map +1 -0
  205. package/login/KcContext/kcContextMocks.d.ts +4 -0
  206. package/login/KcContext/kcContextMocks.js +333 -0
  207. package/login/KcContext/kcContextMocks.js.map +1 -0
  208. package/login/Template.d.ts +2 -2
  209. package/login/Template.js +31 -25
  210. package/login/Template.js.map +1 -1
  211. package/login/TemplateProps.d.ts +3 -6
  212. package/login/UserProfileFormFields.d.ts +3 -20
  213. package/login/UserProfileFormFields.js +81 -124
  214. package/login/UserProfileFormFields.js.map +1 -1
  215. package/login/UserProfileFormFieldsProps.d.ts +24 -0
  216. package/login/UserProfileFormFieldsProps.js +2 -0
  217. package/login/UserProfileFormFieldsProps.js.map +1 -0
  218. package/login/i18n/GenericI18n.d.ts +6 -0
  219. package/login/i18n/GenericI18n.js +2 -0
  220. package/login/i18n/GenericI18n.js.map +1 -0
  221. package/login/i18n/i18n.d.ts +42 -52
  222. package/login/i18n/i18n.js +88 -94
  223. package/login/i18n/i18n.js.map +1 -1
  224. package/login/i18n/index.d.ts +5 -1
  225. package/login/i18n/index.js +1 -1
  226. package/login/i18n/index.js.map +1 -1
  227. package/login/i18n/messages_defaultSet/ar.d.ts +447 -0
  228. package/login/i18n/messages_defaultSet/ar.js +452 -0
  229. package/login/i18n/messages_defaultSet/ar.js.map +1 -0
  230. package/login/i18n/messages_defaultSet/ca.d.ts +466 -0
  231. package/login/i18n/messages_defaultSet/ca.js +471 -0
  232. package/login/i18n/messages_defaultSet/ca.js.map +1 -0
  233. package/login/i18n/messages_defaultSet/cs.d.ts +444 -0
  234. package/login/i18n/messages_defaultSet/cs.js +449 -0
  235. package/login/i18n/messages_defaultSet/cs.js.map +1 -0
  236. package/login/i18n/messages_defaultSet/da.d.ts +319 -0
  237. package/login/i18n/messages_defaultSet/da.js +324 -0
  238. package/login/i18n/messages_defaultSet/da.js.map +1 -0
  239. package/login/i18n/messages_defaultSet/de.d.ts +378 -0
  240. package/login/i18n/messages_defaultSet/de.js +383 -0
  241. package/login/i18n/messages_defaultSet/de.js.map +1 -0
  242. package/login/i18n/messages_defaultSet/el.d.ts +461 -0
  243. package/login/i18n/messages_defaultSet/el.js +466 -0
  244. package/login/i18n/messages_defaultSet/el.js.map +1 -0
  245. package/login/i18n/messages_defaultSet/en.d.ts +476 -0
  246. package/login/i18n/messages_defaultSet/en.js +481 -0
  247. package/login/i18n/messages_defaultSet/en.js.map +1 -0
  248. package/login/i18n/messages_defaultSet/es.d.ts +476 -0
  249. package/login/i18n/messages_defaultSet/es.js +481 -0
  250. package/login/i18n/messages_defaultSet/es.js.map +1 -0
  251. package/login/i18n/messages_defaultSet/fa.d.ts +461 -0
  252. package/login/i18n/messages_defaultSet/fa.js +466 -0
  253. package/login/i18n/messages_defaultSet/fa.js.map +1 -0
  254. package/login/i18n/messages_defaultSet/fi.d.ts +377 -0
  255. package/login/i18n/messages_defaultSet/fi.js +382 -0
  256. package/login/i18n/messages_defaultSet/fi.js.map +1 -0
  257. package/login/i18n/messages_defaultSet/fr.d.ts +393 -0
  258. package/login/i18n/messages_defaultSet/fr.js +398 -0
  259. package/login/i18n/messages_defaultSet/fr.js.map +1 -0
  260. package/login/i18n/messages_defaultSet/hu.d.ts +466 -0
  261. package/login/i18n/messages_defaultSet/hu.js +471 -0
  262. package/login/i18n/messages_defaultSet/hu.js.map +1 -0
  263. package/login/i18n/messages_defaultSet/index.d.ts +3931 -0
  264. package/login/i18n/messages_defaultSet/index.js +39 -0
  265. package/login/i18n/messages_defaultSet/index.js.map +1 -0
  266. package/login/i18n/messages_defaultSet/it.d.ts +319 -0
  267. package/login/i18n/messages_defaultSet/it.js +324 -0
  268. package/login/i18n/messages_defaultSet/it.js.map +1 -0
  269. package/login/i18n/messages_defaultSet/ja.d.ts +323 -0
  270. package/login/i18n/messages_defaultSet/ja.js +328 -0
  271. package/login/i18n/messages_defaultSet/ja.js.map +1 -0
  272. package/login/i18n/messages_defaultSet/lt.d.ts +203 -0
  273. package/login/i18n/messages_defaultSet/lt.js +208 -0
  274. package/login/i18n/messages_defaultSet/lt.js.map +1 -0
  275. package/login/i18n/messages_defaultSet/lv.d.ts +214 -0
  276. package/login/i18n/messages_defaultSet/lv.js +219 -0
  277. package/login/i18n/messages_defaultSet/lv.js.map +1 -0
  278. package/login/i18n/messages_defaultSet/nl.d.ts +285 -0
  279. package/login/i18n/messages_defaultSet/nl.js +290 -0
  280. package/login/i18n/messages_defaultSet/nl.js.map +1 -0
  281. package/login/i18n/messages_defaultSet/no.d.ts +202 -0
  282. package/login/i18n/messages_defaultSet/no.js +207 -0
  283. package/login/i18n/messages_defaultSet/no.js.map +1 -0
  284. package/login/i18n/messages_defaultSet/pl.d.ts +292 -0
  285. package/login/i18n/messages_defaultSet/pl.js +297 -0
  286. package/login/i18n/messages_defaultSet/pl.js.map +1 -0
  287. package/login/i18n/messages_defaultSet/pt-BR.d.ts +346 -0
  288. package/login/i18n/messages_defaultSet/pt-BR.js +351 -0
  289. package/login/i18n/messages_defaultSet/pt-BR.js.map +1 -0
  290. package/login/i18n/messages_defaultSet/ru.d.ts +220 -0
  291. package/login/i18n/messages_defaultSet/ru.js +225 -0
  292. package/login/i18n/messages_defaultSet/ru.js.map +1 -0
  293. package/login/i18n/messages_defaultSet/sk.d.ts +447 -0
  294. package/login/i18n/messages_defaultSet/sk.js +452 -0
  295. package/login/i18n/messages_defaultSet/sk.js.map +1 -0
  296. package/login/i18n/messages_defaultSet/sv.d.ts +201 -0
  297. package/login/i18n/messages_defaultSet/sv.js +206 -0
  298. package/login/i18n/messages_defaultSet/sv.js.map +1 -0
  299. package/login/i18n/messages_defaultSet/th.d.ts +443 -0
  300. package/login/i18n/messages_defaultSet/th.js +448 -0
  301. package/login/i18n/messages_defaultSet/th.js.map +1 -0
  302. package/login/i18n/messages_defaultSet/tr.d.ts +270 -0
  303. package/login/i18n/messages_defaultSet/tr.js +275 -0
  304. package/login/i18n/messages_defaultSet/tr.js.map +1 -0
  305. package/login/i18n/messages_defaultSet/uk.d.ts +442 -0
  306. package/login/i18n/messages_defaultSet/uk.js +447 -0
  307. package/login/i18n/messages_defaultSet/uk.js.map +1 -0
  308. package/login/i18n/messages_defaultSet/zh-CN.d.ts +471 -0
  309. package/login/i18n/messages_defaultSet/zh-CN.js +476 -0
  310. package/login/i18n/messages_defaultSet/zh-CN.js.map +1 -0
  311. package/login/i18n/useI18n.d.ts +14 -0
  312. package/login/i18n/useI18n.js +59 -0
  313. package/login/i18n/useI18n.js.map +1 -0
  314. package/login/index.d.ts +3 -8
  315. package/login/index.js +1 -6
  316. package/login/index.js.map +1 -1
  317. package/login/lib/kcClsx.d.ts +9 -0
  318. package/login/lib/kcClsx.js +130 -0
  319. package/login/lib/kcClsx.js.map +1 -0
  320. package/login/lib/useUserProfileForm.d.ts +22 -8
  321. package/login/lib/useUserProfileForm.js +439 -295
  322. package/login/lib/useUserProfileForm.js.map +1 -1
  323. package/login/pages/Code.d.ts +1 -1
  324. package/login/pages/Code.js +3 -3
  325. package/login/pages/Code.js.map +1 -1
  326. package/login/pages/DeleteAccountConfirm.d.ts +1 -1
  327. package/login/pages/DeleteAccountConfirm.js +7 -4
  328. package/login/pages/DeleteAccountConfirm.js.map +1 -1
  329. package/login/pages/DeleteCredential.d.ts +1 -1
  330. package/login/pages/DeleteCredential.js +3 -4
  331. package/login/pages/DeleteCredential.js.map +1 -1
  332. package/login/pages/Error.d.ts +1 -1
  333. package/login/pages/Error.js +1 -1
  334. package/login/pages/Error.js.map +1 -1
  335. package/login/pages/FrontchannelLogout.d.ts +1 -1
  336. package/login/pages/FrontchannelLogout.js +1 -1
  337. package/login/pages/FrontchannelLogout.js.map +1 -1
  338. package/login/pages/IdpReviewUserProfile.d.ts +4 -3
  339. package/login/pages/IdpReviewUserProfile.js +4 -5
  340. package/login/pages/IdpReviewUserProfile.js.map +1 -1
  341. package/login/pages/Info.d.ts +1 -1
  342. package/login/pages/Info.js +19 -9
  343. package/login/pages/Info.js.map +1 -1
  344. package/login/pages/Login.d.ts +1 -1
  345. package/login/pages/Login.js +12 -8
  346. package/login/pages/Login.js.map +1 -1
  347. package/login/pages/LoginConfigTotp.d.ts +1 -1
  348. package/login/pages/LoginConfigTotp.js +10 -7
  349. package/login/pages/LoginConfigTotp.js.map +1 -1
  350. package/login/pages/LoginIdpLinkConfirm.d.ts +1 -1
  351. package/login/pages/LoginIdpLinkConfirm.js +3 -4
  352. package/login/pages/LoginIdpLinkConfirm.js.map +1 -1
  353. package/login/pages/LoginIdpLinkEmail.d.ts +2 -2
  354. package/login/pages/LoginIdpLinkEmail.js +1 -1
  355. package/login/pages/LoginIdpLinkEmail.js.map +1 -1
  356. package/login/pages/LoginOauth2DeviceVerifyUserCode.d.ts +3 -3
  357. package/login/pages/LoginOauth2DeviceVerifyUserCode.js +3 -4
  358. package/login/pages/LoginOauth2DeviceVerifyUserCode.js.map +1 -1
  359. package/login/pages/LoginOauthGrant.d.ts +3 -3
  360. package/login/pages/LoginOauthGrant.js +4 -5
  361. package/login/pages/LoginOauthGrant.js.map +1 -1
  362. package/login/pages/LoginOtp.d.ts +1 -1
  363. package/login/pages/LoginOtp.js +5 -4
  364. package/login/pages/LoginOtp.js.map +1 -1
  365. package/login/pages/LoginPageExpired.d.ts +1 -1
  366. package/login/pages/LoginPageExpired.js +1 -1
  367. package/login/pages/LoginPageExpired.js.map +1 -1
  368. package/login/pages/LoginPassword.d.ts +1 -1
  369. package/login/pages/LoginPassword.js +9 -7
  370. package/login/pages/LoginPassword.js.map +1 -1
  371. package/login/pages/LoginRecoveryAuthnCodeConfig.d.ts +1 -1
  372. package/login/pages/LoginRecoveryAuthnCodeConfig.js +16 -16
  373. package/login/pages/LoginRecoveryAuthnCodeConfig.js.map +1 -1
  374. package/login/pages/LoginRecoveryAuthnCodeInput.d.ts +1 -1
  375. package/login/pages/LoginRecoveryAuthnCodeInput.js +5 -4
  376. package/login/pages/LoginRecoveryAuthnCodeInput.js.map +1 -1
  377. package/login/pages/LoginResetOtp.d.ts +1 -1
  378. package/login/pages/LoginResetOtp.js +3 -4
  379. package/login/pages/LoginResetOtp.js.map +1 -1
  380. package/login/pages/LoginResetPassword.d.ts +1 -1
  381. package/login/pages/LoginResetPassword.js +6 -5
  382. package/login/pages/LoginResetPassword.js.map +1 -1
  383. package/login/pages/LoginUpdatePassword.d.ts +1 -1
  384. package/login/pages/LoginUpdatePassword.js +12 -9
  385. package/login/pages/LoginUpdatePassword.js.map +1 -1
  386. package/login/pages/LoginUpdateProfile.d.ts +4 -3
  387. package/login/pages/LoginUpdateProfile.js +5 -9
  388. package/login/pages/LoginUpdateProfile.js.map +1 -1
  389. package/login/pages/LoginUsername.d.ts +1 -1
  390. package/login/pages/LoginUsername.js +5 -5
  391. package/login/pages/LoginUsername.js.map +1 -1
  392. package/login/pages/LoginVerifyEmail.d.ts +1 -1
  393. package/login/pages/LoginVerifyEmail.js +1 -1
  394. package/login/pages/LoginVerifyEmail.js.map +1 -1
  395. package/login/pages/LoginX509Info.d.ts +1 -1
  396. package/login/pages/LoginX509Info.js +3 -4
  397. package/login/pages/LoginX509Info.js.map +1 -1
  398. package/login/pages/LogoutConfirm.d.ts +1 -1
  399. package/login/pages/LogoutConfirm.js +3 -4
  400. package/login/pages/LogoutConfirm.js.map +1 -1
  401. package/login/pages/PageProps.d.ts +3 -5
  402. package/login/pages/Register.d.ts +4 -3
  403. package/login/pages/Register.js +9 -19
  404. package/login/pages/Register.js.map +1 -1
  405. package/login/pages/SamlPostForm.d.ts +1 -1
  406. package/login/pages/SamlPostForm.js +2 -2
  407. package/login/pages/SamlPostForm.js.map +1 -1
  408. package/login/pages/SelectAuthenticator.d.ts +2 -2
  409. package/login/pages/SelectAuthenticator.js +4 -8
  410. package/login/pages/SelectAuthenticator.js.map +1 -1
  411. package/login/pages/Terms.d.ts +2 -2
  412. package/login/pages/Terms.js +3 -10
  413. package/login/pages/Terms.js.map +1 -1
  414. package/login/pages/UpdateEmail.d.ts +3 -2
  415. package/login/pages/UpdateEmail.js +6 -10
  416. package/login/pages/UpdateEmail.js.map +1 -1
  417. package/login/pages/WebauthnAuthenticate.d.ts +1 -1
  418. package/login/pages/WebauthnAuthenticate.js +25 -22
  419. package/login/pages/WebauthnAuthenticate.js.map +1 -1
  420. package/login/pages/WebauthnError.d.ts +1 -1
  421. package/login/pages/WebauthnError.js +4 -5
  422. package/login/pages/WebauthnError.js.map +1 -1
  423. package/login/pages/WebauthnRegister.d.ts +1 -1
  424. package/login/pages/WebauthnRegister.js +16 -17
  425. package/login/pages/WebauthnRegister.js.map +1 -1
  426. package/package.json +823 -9752
  427. package/src/PUBLIC_URL.ts +4 -4
  428. package/src/account/DefaultPage.tsx +41 -0
  429. package/src/account/KcContext/KcContext.ts +310 -0
  430. package/src/account/KcContext/getKcContextMock.ts +69 -0
  431. package/src/account/KcContext/index.ts +2 -0
  432. package/src/account/KcContext/kcContextMocks.ts +193 -0
  433. package/src/account/Template.tsx +20 -17
  434. package/src/account/TemplateProps.ts +4 -5
  435. package/src/account/i18n/GenericI18n.tsx +6 -0
  436. package/src/account/i18n/i18n.tsx +164 -144
  437. package/src/account/i18n/index.ts +5 -1
  438. package/src/account/i18n/messages_defaultSet/ar.ts +367 -0
  439. package/src/account/i18n/messages_defaultSet/ca.ts +367 -0
  440. package/src/account/i18n/messages_defaultSet/cs.ts +159 -0
  441. package/src/account/i18n/messages_defaultSet/da.ts +296 -0
  442. package/src/account/i18n/messages_defaultSet/de.ts +319 -0
  443. package/src/account/i18n/messages_defaultSet/el.ts +366 -0
  444. package/src/account/i18n/messages_defaultSet/en.ts +370 -0
  445. package/src/account/i18n/messages_defaultSet/es.ts +369 -0
  446. package/src/account/i18n/messages_defaultSet/fa.ts +367 -0
  447. package/src/account/i18n/messages_defaultSet/fi.ts +363 -0
  448. package/src/account/i18n/messages_defaultSet/fr.ts +170 -0
  449. package/src/account/i18n/messages_defaultSet/hu.ts +367 -0
  450. package/src/account/i18n/messages_defaultSet/index.ts +39 -0
  451. package/src/account/i18n/messages_defaultSet/it.ts +307 -0
  452. package/src/account/i18n/messages_defaultSet/ja.ts +301 -0
  453. package/src/account/i18n/messages_defaultSet/lt.ts +144 -0
  454. package/src/account/i18n/messages_defaultSet/lv.ts +188 -0
  455. package/src/account/i18n/messages_defaultSet/nl.ts +336 -0
  456. package/src/account/i18n/messages_defaultSet/no.ts +144 -0
  457. package/src/account/i18n/messages_defaultSet/pl.ts +345 -0
  458. package/src/account/i18n/messages_defaultSet/pt-BR.ts +315 -0
  459. package/src/account/i18n/messages_defaultSet/ru.ts +212 -0
  460. package/src/account/i18n/messages_defaultSet/sk.ts +182 -0
  461. package/src/account/i18n/messages_defaultSet/sv.ts +141 -0
  462. package/src/account/i18n/messages_defaultSet/th.ts +345 -0
  463. package/src/account/i18n/messages_defaultSet/tr.ts +284 -0
  464. package/src/account/i18n/messages_defaultSet/uk.ts +345 -0
  465. package/src/account/i18n/messages_defaultSet/zh-CN.ts +154 -0
  466. package/src/account/i18n/useI18n.tsx +95 -0
  467. package/src/account/index.ts +3 -10
  468. package/src/account/lib/kcClsx.ts +25 -0
  469. package/src/account/pages/Account.tsx +12 -18
  470. package/src/account/pages/Applications.tsx +8 -10
  471. package/src/account/pages/FederatedIdentity.tsx +4 -4
  472. package/src/account/pages/Log.tsx +5 -5
  473. package/src/account/pages/PageProps.ts +4 -6
  474. package/src/account/pages/Password.tsx +17 -19
  475. package/src/account/pages/Sessions.tsx +5 -6
  476. package/src/account/pages/Totp.tsx +32 -42
  477. package/src/bin/add-story.ts +137 -0
  478. package/src/bin/copy-keycloak-resources-to-public.ts +3 -6
  479. package/src/bin/eject-page.ts +364 -0
  480. package/src/bin/initialize-account-theme/copyBoilerplate.ts +32 -0
  481. package/src/bin/initialize-account-theme/index.ts +1 -0
  482. package/src/bin/initialize-account-theme/initialize-account-theme.ts +112 -0
  483. package/src/bin/initialize-account-theme/initializeAccountTheme_multiPage.ts +21 -0
  484. package/src/bin/initialize-account-theme/initializeAccountTheme_singlePage.ts +150 -0
  485. package/src/bin/initialize-account-theme/src/multi-page/KcContext.ts +12 -0
  486. package/src/bin/initialize-account-theme/src/multi-page/KcPage.tsx +25 -0
  487. package/src/bin/initialize-account-theme/src/multi-page/KcPageStory.tsx +38 -0
  488. package/src/bin/initialize-account-theme/src/multi-page/i18n.ts +5 -0
  489. package/src/bin/initialize-account-theme/src/single-page/KcContext.ts +7 -0
  490. package/src/bin/initialize-account-theme/src/single-page/KcPage.tsx +11 -0
  491. package/src/bin/initialize-account-theme/updateAccountThemeImplementationInConfig.ts +92 -0
  492. package/src/bin/initialize-email-theme.ts +30 -26
  493. package/src/bin/keycloakify/buildJars/buildJar.ts +155 -80
  494. package/src/bin/keycloakify/buildJars/buildJars.ts +39 -32
  495. package/src/bin/keycloakify/buildJars/extensionVersions.ts +3 -2
  496. package/src/bin/keycloakify/buildJars/generatePom.ts +19 -11
  497. package/src/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.ts +44 -12
  498. package/src/bin/keycloakify/generateFtl/generateFtl.ts +78 -52
  499. package/src/bin/keycloakify/generateFtl/kcContextDeclarationTemplate.ftl +667 -0
  500. package/src/bin/keycloakify/generateResources/bringInAccountV1.ts +89 -0
  501. package/src/bin/keycloakify/generateResources/generateMessageProperties.ts +192 -0
  502. package/src/bin/keycloakify/generateResources/generateResources.ts +42 -0
  503. package/src/bin/keycloakify/generateResources/generateResourcesForMainTheme.ts +366 -0
  504. package/src/bin/keycloakify/generateResources/generateResourcesForThemeVariant.ts +70 -0
  505. package/src/bin/keycloakify/generateResources/index.ts +1 -0
  506. package/src/bin/keycloakify/generateResources/readExtraPageNames.ts +49 -0
  507. package/src/bin/keycloakify/generateResources/readFieldNameUsage.ts +91 -0
  508. package/src/bin/keycloakify/keycloakify.ts +53 -17
  509. package/src/bin/keycloakify/replacers/replaceImportsInCssCode.ts +52 -42
  510. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.ts +14 -11
  511. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/vite.ts +34 -19
  512. package/src/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.ts +53 -18
  513. package/src/bin/main.ts +113 -44
  514. package/src/bin/shared/KeycloakVersionRange.ts +5 -3
  515. package/src/bin/shared/buildContext.ts +896 -0
  516. package/src/bin/shared/constants.ts +23 -15
  517. package/src/bin/shared/copyKeycloakResourcesToPublic.ts +34 -23
  518. package/src/bin/shared/downloadKeycloakDefaultTheme.ts +297 -0
  519. package/src/bin/shared/downloadKeycloakStaticResources.ts +31 -27
  520. package/src/bin/shared/generateKcGenTs.ts +175 -0
  521. package/src/bin/shared/getLatestsSemVersionedTag.ts +180 -0
  522. package/src/bin/shared/metaInfKeycloakThemes.ts +25 -19
  523. package/src/bin/shared/promptKeycloakVersion.ts +32 -77
  524. package/src/bin/start-keycloak/appBuild.ts +184 -0
  525. package/src/bin/start-keycloak/index.ts +1 -0
  526. package/src/bin/start-keycloak/keycloakifyBuild.ts +43 -0
  527. package/src/bin/start-keycloak/myrealm-realm-18.json +2155 -0
  528. package/src/bin/start-keycloak/myrealm-realm-19.json +2186 -0
  529. package/src/bin/start-keycloak/myrealm-realm-20.json +2197 -0
  530. package/src/bin/start-keycloak/myrealm-realm-21.json +2201 -0
  531. package/src/bin/start-keycloak/myrealm-realm-23.json +2155 -0
  532. package/src/bin/start-keycloak/myrealm-realm-24.json +2318 -0
  533. package/src/bin/start-keycloak/myrealm-realm-25.json +2400 -0
  534. package/src/bin/start-keycloak/start-keycloak.ts +451 -0
  535. package/src/bin/tools/SemVer.ts +32 -13
  536. package/src/bin/tools/String.prototype.replaceAll.ts +9 -2
  537. package/src/bin/tools/assertNoPnpmDlx.ts +15 -0
  538. package/src/bin/tools/crawl.ts +4 -1
  539. package/src/bin/tools/crc32.ts +42 -24
  540. package/src/bin/tools/downloadAndExtractArchive.ts +256 -0
  541. package/src/bin/tools/escapeStringForPropertiesFile.ts +64 -0
  542. package/src/bin/tools/extractArchive.ts +140 -0
  543. package/src/bin/tools/fetchProxyOptions.ts +103 -56
  544. package/src/bin/tools/getAbsoluteAndInOsFormatPath.ts +10 -2
  545. package/src/bin/tools/npmInstall.ts +63 -0
  546. package/src/bin/tools/octokit-addons/getLatestsSemVersionedTag.ts +11 -4
  547. package/src/bin/tools/octokit-addons/listTags.ts +15 -4
  548. package/src/bin/tools/partitionPromiseSettledResults.ts +12 -3
  549. package/src/bin/tools/readThisNpmPackageVersion.ts +5 -1
  550. package/src/bin/tools/transformCodebase.ts +29 -10
  551. package/src/bin/tools/trimIndent.ts +4 -1
  552. package/src/bin/tsconfig.json +7 -4
  553. package/src/bin/update-kc-gen.ts +13 -0
  554. package/src/lib/getKcClsx.ts +89 -0
  555. package/src/login/DefaultPage.tsx +129 -0
  556. package/src/login/KcContext/KcContext.ts +756 -0
  557. package/src/login/KcContext/getKcContextMock.ts +69 -0
  558. package/src/login/KcContext/index.ts +8 -0
  559. package/src/login/KcContext/kcContextMocks.ts +582 -0
  560. package/src/login/Template.tsx +69 -92
  561. package/src/login/TemplateProps.ts +3 -7
  562. package/src/login/UserProfileFormFields.tsx +139 -220
  563. package/src/login/UserProfileFormFieldsProps.tsx +22 -0
  564. package/src/login/i18n/GenericI18n.tsx +6 -0
  565. package/src/login/i18n/i18n.tsx +161 -147
  566. package/src/login/i18n/index.ts +5 -1
  567. package/src/login/i18n/messages_defaultSet/ar.ts +453 -0
  568. package/src/login/i18n/messages_defaultSet/ca.ts +472 -0
  569. package/src/login/i18n/messages_defaultSet/cs.ts +450 -0
  570. package/src/login/i18n/messages_defaultSet/da.ts +325 -0
  571. package/src/login/i18n/messages_defaultSet/de.ts +384 -0
  572. package/src/login/i18n/messages_defaultSet/el.ts +467 -0
  573. package/src/login/i18n/messages_defaultSet/en.ts +482 -0
  574. package/src/login/i18n/messages_defaultSet/es.ts +482 -0
  575. package/src/login/i18n/messages_defaultSet/fa.ts +467 -0
  576. package/src/login/i18n/messages_defaultSet/fi.ts +383 -0
  577. package/src/login/i18n/messages_defaultSet/fr.ts +399 -0
  578. package/src/login/i18n/messages_defaultSet/hu.ts +472 -0
  579. package/src/login/i18n/messages_defaultSet/index.ts +39 -0
  580. package/src/login/i18n/messages_defaultSet/it.ts +325 -0
  581. package/src/login/i18n/messages_defaultSet/ja.ts +329 -0
  582. package/src/login/i18n/messages_defaultSet/lt.ts +209 -0
  583. package/src/login/i18n/messages_defaultSet/lv.ts +220 -0
  584. package/src/login/i18n/messages_defaultSet/nl.ts +291 -0
  585. package/src/login/i18n/messages_defaultSet/no.ts +208 -0
  586. package/src/login/i18n/messages_defaultSet/pl.ts +298 -0
  587. package/src/login/i18n/messages_defaultSet/pt-BR.ts +352 -0
  588. package/src/login/i18n/messages_defaultSet/ru.ts +226 -0
  589. package/src/login/i18n/messages_defaultSet/sk.ts +453 -0
  590. package/src/login/i18n/messages_defaultSet/sv.ts +207 -0
  591. package/src/login/i18n/messages_defaultSet/th.ts +449 -0
  592. package/src/login/i18n/messages_defaultSet/tr.ts +276 -0
  593. package/src/login/i18n/messages_defaultSet/uk.ts +448 -0
  594. package/src/login/i18n/messages_defaultSet/zh-CN.ts +477 -0
  595. package/src/login/i18n/useI18n.tsx +95 -0
  596. package/src/login/index.ts +3 -11
  597. package/src/login/lib/kcClsx.ts +143 -0
  598. package/src/login/lib/useUserProfileForm.tsx +535 -354
  599. package/src/login/pages/Code.tsx +8 -5
  600. package/src/login/pages/DeleteAccountConfirm.tsx +15 -10
  601. package/src/login/pages/DeleteCredential.tsx +9 -7
  602. package/src/login/pages/Error.tsx +10 -3
  603. package/src/login/pages/FrontchannelLogout.tsx +6 -3
  604. package/src/login/pages/IdpReviewUserProfile.tsx +20 -21
  605. package/src/login/pages/Info.tsx +31 -14
  606. package/src/login/pages/Login.tsx +51 -59
  607. package/src/login/pages/LoginConfigTotp.tsx +49 -43
  608. package/src/login/pages/LoginIdpLinkConfirm.tsx +7 -18
  609. package/src/login/pages/LoginIdpLinkEmail.tsx +9 -3
  610. package/src/login/pages/LoginOauth2DeviceVerifyUserCode.tsx +24 -23
  611. package/src/login/pages/LoginOauthGrant.tsx +14 -20
  612. package/src/login/pages/LoginOtp.tsx +34 -32
  613. package/src/login/pages/LoginPageExpired.tsx +2 -2
  614. package/src/login/pages/LoginPassword.tsx +29 -34
  615. package/src/login/pages/LoginRecoveryAuthnCodeConfig.tsx +34 -34
  616. package/src/login/pages/LoginRecoveryAuthnCodeInput.tsx +26 -24
  617. package/src/login/pages/LoginResetOtp.tsx +19 -22
  618. package/src/login/pages/LoginResetPassword.tsx +28 -26
  619. package/src/login/pages/LoginUpdatePassword.tsx +82 -84
  620. package/src/login/pages/LoginUpdateProfile.tsx +32 -30
  621. package/src/login/pages/LoginUsername.tsx +23 -34
  622. package/src/login/pages/LoginVerifyEmail.tsx +5 -2
  623. package/src/login/pages/LoginX509Info.tsx +24 -33
  624. package/src/login/pages/LogoutConfirm.tsx +8 -14
  625. package/src/login/pages/PageProps.ts +3 -5
  626. package/src/login/pages/Register.tsx +54 -54
  627. package/src/login/pages/SamlPostForm.tsx +3 -3
  628. package/src/login/pages/SelectAuthenticator.tsx +24 -25
  629. package/src/login/pages/Terms.tsx +14 -24
  630. package/src/login/pages/UpdateEmail.tsx +30 -33
  631. package/src/login/pages/WebauthnAuthenticate.tsx +43 -47
  632. package/src/login/pages/WebauthnError.tsx +15 -19
  633. package/src/login/pages/WebauthnRegister.tsx +28 -37
  634. package/src/tools/Array.prototype.every.ts +4 -1
  635. package/src/tools/LazyOrNot.ts +3 -1
  636. package/src/tools/Object.fromEntries.ts +23 -0
  637. package/src/tools/StatefulObservable/README.md +16 -0
  638. package/src/tools/StatefulObservable/StatefulObservable.ts +58 -0
  639. package/src/tools/StatefulObservable/hooks/index.ts +2 -0
  640. package/src/tools/StatefulObservable/hooks/useObservable.ts +25 -0
  641. package/src/tools/StatefulObservable/hooks/useRerenderOnChange.ts +19 -0
  642. package/src/tools/StatefulObservable/index.ts +2 -0
  643. package/src/tools/ValueOf.ts +2 -0
  644. package/src/tools/clsx.ts +6 -42
  645. package/src/tools/clsx_withTransform.ts +55 -0
  646. package/src/tools/deepAssign.ts +57 -19
  647. package/src/tools/formatNumber.ts +7 -3
  648. package/src/tools/structuredCloneButFunctions.ts +24 -0
  649. package/src/tools/useConstCallback.ts +3 -1
  650. package/src/tools/useInsertLinkTags.ts +75 -63
  651. package/src/tools/useInsertScriptTags.ts +76 -72
  652. package/src/tools/useOnFirstMount.ts +18 -0
  653. package/src/tools/useSetClassName.ts +4 -1
  654. package/src/vite-plugin/vite-plugin.ts +78 -40
  655. package/stories/account/pages/Account.stories.tsx +18 -0
  656. package/stories/account/pages/Applications.stories.tsx +80 -0
  657. package/stories/account/pages/FederatedIdentity.stories.tsx +38 -0
  658. package/stories/account/pages/Log.stories.tsx +357 -0
  659. package/stories/account/pages/Password.stories.tsx +28 -0
  660. package/stories/account/pages/Sessions.stories.tsx +59 -0
  661. package/stories/account/pages/Totp.stories.tsx +182 -0
  662. package/stories/account-spa/index.stories.tsx +94 -0
  663. package/stories/intro/intro.stories.tsx +90 -0
  664. package/stories/login/pages/Code.stories.tsx +18 -0
  665. package/stories/login/pages/DeleteAccountConfirm.stories.tsx +18 -0
  666. package/stories/login/pages/DeleteCredential.stories.tsx +18 -0
  667. package/stories/login/pages/Error.stories.tsx +28 -0
  668. package/stories/login/pages/FrontchannelLogout.stories.tsx +18 -0
  669. package/stories/login/pages/IdpReviewUserProfile.stories.tsx +18 -0
  670. package/stories/login/pages/Info.stories.tsx +57 -0
  671. package/stories/login/pages/Login.stories.tsx +221 -0
  672. package/stories/login/pages/LoginConfigTotp.stories.tsx +43 -0
  673. package/stories/login/pages/LoginDeviceVerifyUserCode.stories.tsx +18 -0
  674. package/stories/login/pages/LoginIdpLinkConfirm.stories.tsx +18 -0
  675. package/stories/login/pages/LoginIdpLinkEmail.stories.tsx +18 -0
  676. package/stories/login/pages/LoginOauth2DeviceVerifyUserCode.stories.tsx +18 -0
  677. package/stories/login/pages/LoginOauthGrant.stories.tsx +18 -0
  678. package/stories/login/pages/LoginOtp.stories.tsx +18 -0
  679. package/stories/login/pages/LoginPageExpired.stories.tsx +18 -0
  680. package/stories/login/pages/LoginPassword.stories.tsx +18 -0
  681. package/stories/login/pages/LoginRecoveryAuthnCodeConfig.stories.tsx +18 -0
  682. package/stories/login/pages/LoginRecoveryAuthnCodeInput.stories.tsx +18 -0
  683. package/stories/login/pages/LoginResetOtp.stories.tsx +18 -0
  684. package/stories/login/pages/LoginResetPassword.stories.tsx +31 -0
  685. package/stories/login/pages/LoginUpdatePassword.stories.tsx +18 -0
  686. package/stories/login/pages/LoginUpdateProfile.stories.tsx +18 -0
  687. package/stories/login/pages/LoginUsername.stories.tsx +31 -0
  688. package/stories/login/pages/LoginVerifyEmail.stories.tsx +30 -0
  689. package/stories/login/pages/LoginX509Info.stories.tsx +18 -0
  690. package/stories/login/pages/LogoutConfirm.stories.tsx +18 -0
  691. package/stories/login/pages/Register.stories.tsx +187 -0
  692. package/stories/login/pages/SamlPostForm.stories.tsx +18 -0
  693. package/stories/login/pages/SelectAuthenticator.stories.tsx +84 -0
  694. package/stories/login/pages/Terms.stories.tsx +47 -0
  695. package/stories/login/pages/UpdateEmail.stories.tsx +18 -0
  696. package/stories/login/pages/WebauthnAuthenticate.stories.tsx +18 -0
  697. package/stories/login/pages/WebauthnError.stories.tsx +18 -0
  698. package/stories/login/pages/WebauthnRegister.stories.tsx +18 -0
  699. package/tools/Array.prototype.every.js +2 -1
  700. package/tools/Array.prototype.every.js.map +1 -1
  701. package/tools/HTMLElement.prototype.prepend.js.map +1 -1
  702. package/tools/Object.fromEntries.d.ts +1 -0
  703. package/tools/Object.fromEntries.js +17 -0
  704. package/tools/Object.fromEntries.js.map +1 -0
  705. package/tools/StatefulObservable/StatefulObservable.d.ts +8 -0
  706. package/tools/StatefulObservable/StatefulObservable.js +36 -0
  707. package/tools/StatefulObservable/StatefulObservable.js.map +1 -0
  708. package/tools/StatefulObservable/hooks/index.d.ts +2 -0
  709. package/tools/StatefulObservable/hooks/index.js +3 -0
  710. package/tools/StatefulObservable/hooks/index.js.map +1 -0
  711. package/tools/StatefulObservable/hooks/useObservable.d.ts +8 -0
  712. package/tools/StatefulObservable/hooks/useObservable.js +17 -0
  713. package/tools/StatefulObservable/hooks/useObservable.js.map +1 -0
  714. package/tools/StatefulObservable/hooks/useRerenderOnChange.d.ts +5 -0
  715. package/tools/StatefulObservable/hooks/useRerenderOnChange.js +14 -0
  716. package/tools/StatefulObservable/hooks/useRerenderOnChange.js.map +1 -0
  717. package/tools/StatefulObservable/index.d.ts +2 -0
  718. package/tools/StatefulObservable/index.js +3 -0
  719. package/tools/StatefulObservable/index.js.map +1 -0
  720. package/tools/ValueOf.d.ts +2 -0
  721. package/tools/ValueOf.js +2 -0
  722. package/tools/ValueOf.js.map +1 -0
  723. package/tools/clsx.d.ts +3 -2
  724. package/tools/clsx.js +5 -41
  725. package/tools/clsx.js.map +1 -1
  726. package/tools/clsx_withTransform.d.ts +5 -0
  727. package/tools/clsx_withTransform.js +43 -0
  728. package/tools/clsx_withTransform.js.map +1 -0
  729. package/tools/deepAssign.d.ts +1 -0
  730. package/tools/deepAssign.js +41 -16
  731. package/tools/deepAssign.js.map +1 -1
  732. package/tools/formatNumber.js +2 -1
  733. package/tools/formatNumber.js.map +1 -1
  734. package/tools/structuredCloneButFunctions.d.ts +7 -0
  735. package/tools/structuredCloneButFunctions.js +19 -0
  736. package/tools/structuredCloneButFunctions.js.map +1 -0
  737. package/tools/useConstCallback.js.map +1 -1
  738. package/tools/useInsertLinkTags.d.ts +11 -6
  739. package/tools/useInsertLinkTags.js +59 -52
  740. package/tools/useInsertLinkTags.js.map +1 -1
  741. package/tools/useInsertScriptTags.d.ts +15 -6
  742. package/tools/useInsertScriptTags.js +62 -61
  743. package/tools/useInsertScriptTags.js.map +1 -1
  744. package/tools/useOnFirstMount.d.ts +2 -0
  745. package/tools/useOnFirstMount.js +15 -0
  746. package/tools/useOnFirstMount.js.map +1 -0
  747. package/tools/useSetClassName.js.map +1 -1
  748. package/vite-plugin/index.js +41532 -38931
  749. package/vite-plugin/vite-plugin.d.ts +7 -5
  750. package/account/Fallback.d.ts +0 -5
  751. package/account/Fallback.js +0 -44
  752. package/account/Fallback.js.map +0 -1
  753. package/account/i18n/baseMessages/ar.d.ts +0 -359
  754. package/account/i18n/baseMessages/ar.js +0 -364
  755. package/account/i18n/baseMessages/ar.js.map +0 -1
  756. package/account/i18n/baseMessages/ca.d.ts +0 -359
  757. package/account/i18n/baseMessages/ca.js +0 -364
  758. package/account/i18n/baseMessages/ca.js.map +0 -1
  759. package/account/i18n/baseMessages/cs.d.ts +0 -151
  760. package/account/i18n/baseMessages/cs.js +0 -156
  761. package/account/i18n/baseMessages/cs.js.map +0 -1
  762. package/account/i18n/baseMessages/da.d.ts +0 -288
  763. package/account/i18n/baseMessages/da.js +0 -293
  764. package/account/i18n/baseMessages/da.js.map +0 -1
  765. package/account/i18n/baseMessages/de.d.ts +0 -311
  766. package/account/i18n/baseMessages/de.js +0 -316
  767. package/account/i18n/baseMessages/de.js.map +0 -1
  768. package/account/i18n/baseMessages/el.d.ts +0 -358
  769. package/account/i18n/baseMessages/el.js +0 -363
  770. package/account/i18n/baseMessages/el.js.map +0 -1
  771. package/account/i18n/baseMessages/en.d.ts +0 -362
  772. package/account/i18n/baseMessages/en.js +0 -367
  773. package/account/i18n/baseMessages/en.js.map +0 -1
  774. package/account/i18n/baseMessages/es.d.ts +0 -361
  775. package/account/i18n/baseMessages/es.js +0 -366
  776. package/account/i18n/baseMessages/es.js.map +0 -1
  777. package/account/i18n/baseMessages/fa.d.ts +0 -359
  778. package/account/i18n/baseMessages/fa.js +0 -364
  779. package/account/i18n/baseMessages/fa.js.map +0 -1
  780. package/account/i18n/baseMessages/fi.d.ts +0 -355
  781. package/account/i18n/baseMessages/fi.js +0 -360
  782. package/account/i18n/baseMessages/fi.js.map +0 -1
  783. package/account/i18n/baseMessages/fr.d.ts +0 -162
  784. package/account/i18n/baseMessages/fr.js +0 -167
  785. package/account/i18n/baseMessages/fr.js.map +0 -1
  786. package/account/i18n/baseMessages/hu.d.ts +0 -359
  787. package/account/i18n/baseMessages/hu.js +0 -364
  788. package/account/i18n/baseMessages/hu.js.map +0 -1
  789. package/account/i18n/baseMessages/index.d.ts +0 -2078
  790. package/account/i18n/baseMessages/index.js +0 -39
  791. package/account/i18n/baseMessages/index.js.map +0 -1
  792. package/account/i18n/baseMessages/it.d.ts +0 -299
  793. package/account/i18n/baseMessages/it.js +0 -304
  794. package/account/i18n/baseMessages/it.js.map +0 -1
  795. package/account/i18n/baseMessages/ja.d.ts +0 -293
  796. package/account/i18n/baseMessages/ja.js +0 -298
  797. package/account/i18n/baseMessages/ja.js.map +0 -1
  798. package/account/i18n/baseMessages/lt.d.ts +0 -136
  799. package/account/i18n/baseMessages/lt.js +0 -141
  800. package/account/i18n/baseMessages/lt.js.map +0 -1
  801. package/account/i18n/baseMessages/lv.d.ts +0 -180
  802. package/account/i18n/baseMessages/lv.js +0 -185
  803. package/account/i18n/baseMessages/lv.js.map +0 -1
  804. package/account/i18n/baseMessages/nl.d.ts +0 -328
  805. package/account/i18n/baseMessages/nl.js +0 -333
  806. package/account/i18n/baseMessages/nl.js.map +0 -1
  807. package/account/i18n/baseMessages/no.d.ts +0 -136
  808. package/account/i18n/baseMessages/no.js +0 -141
  809. package/account/i18n/baseMessages/no.js.map +0 -1
  810. package/account/i18n/baseMessages/pl.d.ts +0 -337
  811. package/account/i18n/baseMessages/pl.js +0 -342
  812. package/account/i18n/baseMessages/pl.js.map +0 -1
  813. package/account/i18n/baseMessages/pt-BR.d.ts +0 -307
  814. package/account/i18n/baseMessages/pt-BR.js +0 -312
  815. package/account/i18n/baseMessages/pt-BR.js.map +0 -1
  816. package/account/i18n/baseMessages/ru.d.ts +0 -204
  817. package/account/i18n/baseMessages/ru.js +0 -209
  818. package/account/i18n/baseMessages/ru.js.map +0 -1
  819. package/account/i18n/baseMessages/sk.d.ts +0 -174
  820. package/account/i18n/baseMessages/sk.js +0 -179
  821. package/account/i18n/baseMessages/sk.js.map +0 -1
  822. package/account/i18n/baseMessages/sv.d.ts +0 -133
  823. package/account/i18n/baseMessages/sv.js +0 -138
  824. package/account/i18n/baseMessages/sv.js.map +0 -1
  825. package/account/i18n/baseMessages/th.d.ts +0 -337
  826. package/account/i18n/baseMessages/th.js +0 -342
  827. package/account/i18n/baseMessages/th.js.map +0 -1
  828. package/account/i18n/baseMessages/tr.d.ts +0 -276
  829. package/account/i18n/baseMessages/tr.js +0 -281
  830. package/account/i18n/baseMessages/tr.js.map +0 -1
  831. package/account/i18n/baseMessages/uk.d.ts +0 -337
  832. package/account/i18n/baseMessages/uk.js +0 -342
  833. package/account/i18n/baseMessages/uk.js.map +0 -1
  834. package/account/i18n/baseMessages/zh-CN.d.ts +0 -146
  835. package/account/i18n/baseMessages/zh-CN.js +0 -151
  836. package/account/i18n/baseMessages/zh-CN.js.map +0 -1
  837. package/account/kcContext/KcContext.d.ts +0 -252
  838. package/account/kcContext/KcContext.js.map +0 -1
  839. package/account/kcContext/createGetKcContext.d.ts +0 -19
  840. package/account/kcContext/createGetKcContext.js +0 -73
  841. package/account/kcContext/createGetKcContext.js.map +0 -1
  842. package/account/kcContext/getKcContext.d.ts +0 -13
  843. package/account/kcContext/getKcContext.js +0 -13
  844. package/account/kcContext/getKcContext.js.map +0 -1
  845. package/account/kcContext/getKcContextFromWindow.d.ts +0 -8
  846. package/account/kcContext/getKcContextFromWindow.js +0 -5
  847. package/account/kcContext/getKcContextFromWindow.js.map +0 -1
  848. package/account/kcContext/index.d.ts +0 -1
  849. package/account/kcContext/index.js +0 -2
  850. package/account/kcContext/index.js.map +0 -1
  851. package/account/kcContext/kcContextMocks.d.ts +0 -4
  852. package/account/kcContext/kcContextMocks.js +0 -215
  853. package/account/kcContext/kcContextMocks.js.map +0 -1
  854. package/account/lib/useGetClassName.d.ts +0 -7
  855. package/account/lib/useGetClassName.js +0 -19
  856. package/account/lib/useGetClassName.js.map +0 -1
  857. package/bin/420.index.js +0 -508
  858. package/bin/509.index.js +0 -438
  859. package/bin/772.index.js +0 -1524
  860. package/bin/copy-keycloak-resources-to-public.d.ts +0 -4
  861. package/bin/copy-keycloak-resources-to-public.js +0 -72
  862. package/bin/copy-keycloak-resources-to-public.js.map +0 -1
  863. package/bin/download-builtin-keycloak-theme.d.ts +0 -4
  864. package/bin/download-builtin-keycloak-theme.js +0 -76
  865. package/bin/download-builtin-keycloak-theme.js.map +0 -1
  866. package/bin/eject-keycloak-page.d.ts +0 -5
  867. package/bin/eject-keycloak-page.js +0 -201
  868. package/bin/eject-keycloak-page.js.map +0 -1
  869. package/bin/initialize-email-theme.d.ts +0 -4
  870. package/bin/initialize-email-theme.js +0 -121
  871. package/bin/initialize-email-theme.js.map +0 -1
  872. package/bin/keycloakify/buildJars/buildJar.d.ts +0 -15
  873. package/bin/keycloakify/buildJars/buildJar.js +0 -213
  874. package/bin/keycloakify/buildJars/buildJar.js.map +0 -1
  875. package/bin/keycloakify/buildJars/buildJars.d.ts +0 -7
  876. package/bin/keycloakify/buildJars/buildJars.js +0 -104
  877. package/bin/keycloakify/buildJars/buildJars.js.map +0 -1
  878. package/bin/keycloakify/buildJars/extensionVersions.d.ts +0 -12
  879. package/bin/keycloakify/buildJars/extensionVersions.js +0 -7
  880. package/bin/keycloakify/buildJars/extensionVersions.js.map +0 -1
  881. package/bin/keycloakify/buildJars/generatePom.d.ts +0 -13
  882. package/bin/keycloakify/buildJars/generatePom.js +0 -95
  883. package/bin/keycloakify/buildJars/generatePom.js.map +0 -1
  884. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.d.ts +0 -7
  885. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js +0 -57
  886. package/bin/keycloakify/buildJars/getKeycloakVersionRangeForJar.js.map +0 -1
  887. package/bin/keycloakify/buildJars/index.d.ts +0 -1
  888. package/bin/keycloakify/buildJars/index.js +0 -18
  889. package/bin/keycloakify/buildJars/index.js.map +0 -1
  890. package/bin/keycloakify/generateFtl/generateFtl.d.ts +0 -23
  891. package/bin/keycloakify/generateFtl/generateFtl.js +0 -170
  892. package/bin/keycloakify/generateFtl/generateFtl.js.map +0 -1
  893. package/bin/keycloakify/generateFtl/index.d.ts +0 -1
  894. package/bin/keycloakify/generateFtl/index.js +0 -18
  895. package/bin/keycloakify/generateFtl/index.js.map +0 -1
  896. package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.d.ts +0 -9
  897. package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.js +0 -153
  898. package/bin/keycloakify/generateSrcMainResources/bringInAccountV1.js.map +0 -1
  899. package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.d.ts +0 -8
  900. package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.js +0 -271
  901. package/bin/keycloakify/generateSrcMainResources/generateMessageProperties.js.map +0 -1
  902. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.d.ts +0 -7
  903. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.js +0 -109
  904. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.js.map +0 -1
  905. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.d.ts +0 -17
  906. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.js +0 -341
  907. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.js.map +0 -1
  908. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.d.ts +0 -8
  909. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.js +0 -47
  910. package/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.js.map +0 -1
  911. package/bin/keycloakify/generateSrcMainResources/index.d.ts +0 -1
  912. package/bin/keycloakify/generateSrcMainResources/index.js +0 -18
  913. package/bin/keycloakify/generateSrcMainResources/index.js.map +0 -1
  914. package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.d.ts +0 -5
  915. package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.js +0 -105
  916. package/bin/keycloakify/generateSrcMainResources/readExtraPageNames.js.map +0 -1
  917. package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.d.ts +0 -6
  918. package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.js +0 -142
  919. package/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.js.map +0 -1
  920. package/bin/keycloakify/generateStartKeycloakTestingContainer.d.ts +0 -13
  921. package/bin/keycloakify/generateStartKeycloakTestingContainer.js +0 -86
  922. package/bin/keycloakify/generateStartKeycloakTestingContainer.js.map +0 -1
  923. package/bin/keycloakify/index.d.ts +0 -1
  924. package/bin/keycloakify/index.js +0 -18
  925. package/bin/keycloakify/index.js.map +0 -1
  926. package/bin/keycloakify/keycloakify.d.ts +0 -4
  927. package/bin/keycloakify/keycloakify.js +0 -152
  928. package/bin/keycloakify/keycloakify.js.map +0 -1
  929. package/bin/keycloakify/replacers/replaceImportsInCssCode.d.ts +0 -15
  930. package/bin/keycloakify/replacers/replaceImportsInCssCode.js +0 -88
  931. package/bin/keycloakify/replacers/replaceImportsInCssCode.js.map +0 -1
  932. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.d.ts +0 -9
  933. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js +0 -38
  934. package/bin/keycloakify/replacers/replaceImportsInInlineCssCode.js.map +0 -1
  935. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.d.ts +0 -1
  936. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js +0 -18
  937. package/bin/keycloakify/replacers/replaceImportsInJsCode/index.js.map +0 -1
  938. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.d.ts +0 -12
  939. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js +0 -70
  940. package/bin/keycloakify/replacers/replaceImportsInJsCode/replaceImportsInJsCode.js.map +0 -1
  941. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.d.ts +0 -13
  942. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js +0 -95
  943. package/bin/keycloakify/replacers/replaceImportsInJsCode/vite.js.map +0 -1
  944. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.d.ts +0 -12
  945. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js +0 -103
  946. package/bin/keycloakify/replacers/replaceImportsInJsCode/webpack.js.map +0 -1
  947. package/bin/main.d.ts +0 -4
  948. package/bin/main.js.map +0 -1
  949. package/bin/main.original.js +0 -287
  950. package/bin/shared/KeycloakVersionRange.js +0 -3
  951. package/bin/shared/buildOptions.d.ts +0 -40
  952. package/bin/shared/buildOptions.js +0 -214
  953. package/bin/shared/buildOptions.js.map +0 -1
  954. package/bin/shared/copyKeycloakResourcesToPublic.js +0 -177
  955. package/bin/shared/downloadAndUnzip.d.ts +0 -16
  956. package/bin/shared/downloadAndUnzip.js +0 -255
  957. package/bin/shared/downloadAndUnzip.js.map +0 -1
  958. package/bin/shared/downloadBuiltinKeycloakTheme.d.ts +0 -9
  959. package/bin/shared/downloadBuiltinKeycloakTheme.js +0 -316
  960. package/bin/shared/downloadBuiltinKeycloakTheme.js.map +0 -1
  961. package/bin/shared/downloadKeycloakStaticResources.js +0 -102
  962. package/bin/shared/getJarFileBasename.d.ts +0 -6
  963. package/bin/shared/getJarFileBasename.js +0 -10
  964. package/bin/shared/getJarFileBasename.js.map +0 -1
  965. package/bin/shared/getThemeSrcDirPath.d.ts +0 -6
  966. package/bin/shared/getThemeSrcDirPath.js +0 -123
  967. package/bin/shared/getThemeSrcDirPath.js.map +0 -1
  968. package/bin/shared/metaInfKeycloakThemes.js +0 -51
  969. package/bin/shared/promptKeycloakVersion.js +0 -159
  970. package/bin/start-keycloak.d.ts +0 -8
  971. package/bin/start-keycloak.js +0 -287
  972. package/bin/start-keycloak.js.map +0 -1
  973. package/bin/tools/OptionalIfCanBeUndefined.d.ts +0 -14
  974. package/bin/tools/OptionalIfCanBeUndefined.js +0 -3
  975. package/bin/tools/OptionalIfCanBeUndefined.js.map +0 -1
  976. package/bin/tools/SemVer.d.ts +0 -26
  977. package/bin/tools/SemVer.js +0 -119
  978. package/bin/tools/SemVer.js.map +0 -1
  979. package/bin/tools/String.prototype.replaceAll.d.ts +0 -1
  980. package/bin/tools/String.prototype.replaceAll.js +0 -29
  981. package/bin/tools/String.prototype.replaceAll.js.map +0 -1
  982. package/bin/tools/crawl.d.ts +0 -5
  983. package/bin/tools/crawl.js +0 -74
  984. package/bin/tools/crawl.js.map +0 -1
  985. package/bin/tools/crc32.d.ts +0 -9
  986. package/bin/tools/crc32.js +0 -64
  987. package/bin/tools/crc32.js.map +0 -1
  988. package/bin/tools/deflate.d.ts +0 -24
  989. package/bin/tools/deflate.js +0 -164
  990. package/bin/tools/deflate.js.map +0 -1
  991. package/bin/tools/fetchProxyOptions.d.ts +0 -5
  992. package/bin/tools/fetchProxyOptions.js +0 -172
  993. package/bin/tools/fetchProxyOptions.js.map +0 -1
  994. package/bin/tools/fs.existsAsync.d.ts +0 -1
  995. package/bin/tools/fs.existsAsync.js +0 -86
  996. package/bin/tools/fs.existsAsync.js.map +0 -1
  997. package/bin/tools/fs.rm.d.ts +0 -8
  998. package/bin/tools/fs.rm.js +0 -151
  999. package/bin/tools/fs.rm.js.map +0 -1
  1000. package/bin/tools/fs.rmSync.d.ts +0 -8
  1001. package/bin/tools/fs.rmSync.js +0 -58
  1002. package/bin/tools/fs.rmSync.js.map +0 -1
  1003. package/bin/tools/getAbsoluteAndInOsFormatPath.d.ts +0 -4
  1004. package/bin/tools/getAbsoluteAndInOsFormatPath.js +0 -44
  1005. package/bin/tools/getAbsoluteAndInOsFormatPath.js.map +0 -1
  1006. package/bin/tools/getNpmWorkspaceRootDirPath.d.ts +0 -5
  1007. package/bin/tools/getNpmWorkspaceRootDirPath.js +0 -74
  1008. package/bin/tools/getNpmWorkspaceRootDirPath.js.map +0 -1
  1009. package/bin/tools/getThisCodebaseRootDirPath.d.ts +0 -1
  1010. package/bin/tools/getThisCodebaseRootDirPath.js +0 -43
  1011. package/bin/tools/getThisCodebaseRootDirPath.js.map +0 -1
  1012. package/bin/tools/isInside.d.ts +0 -4
  1013. package/bin/tools/isInside.js +0 -10
  1014. package/bin/tools/isInside.js.map +0 -1
  1015. package/bin/tools/kebabCaseToSnakeCase.d.ts +0 -1
  1016. package/bin/tools/kebabCaseToSnakeCase.js +0 -35
  1017. package/bin/tools/kebabCaseToSnakeCase.js.map +0 -1
  1018. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.d.ts +0 -14
  1019. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js +0 -116
  1020. package/bin/tools/octokit-addons/getLatestsSemVersionedTag.js.map +0 -1
  1021. package/bin/tools/octokit-addons/listTags.d.ts +0 -13
  1022. package/bin/tools/octokit-addons/listTags.js +0 -155
  1023. package/bin/tools/octokit-addons/listTags.js.map +0 -1
  1024. package/bin/tools/partitionPromiseSettledResults.d.ts +0 -2
  1025. package/bin/tools/partitionPromiseSettledResults.js +0 -41
  1026. package/bin/tools/partitionPromiseSettledResults.js.map +0 -1
  1027. package/bin/tools/readThisNpmPackageVersion.d.ts +0 -1
  1028. package/bin/tools/readThisNpmPackageVersion.js +0 -37
  1029. package/bin/tools/readThisNpmPackageVersion.js.map +0 -1
  1030. package/bin/tools/tee.d.ts +0 -3
  1031. package/bin/tools/tee.js +0 -37
  1032. package/bin/tools/tee.js.map +0 -1
  1033. package/bin/tools/transformCodebase.d.ts +0 -20
  1034. package/bin/tools/transformCodebase.js +0 -97
  1035. package/bin/tools/transformCodebase.js.map +0 -1
  1036. package/bin/tools/trimIndent.d.ts +0 -5
  1037. package/bin/tools/trimIndent.js +0 -82
  1038. package/bin/tools/trimIndent.js.map +0 -1
  1039. package/bin/tools/unzip.d.ts +0 -2
  1040. package/bin/tools/unzip.js +0 -274
  1041. package/bin/tools/unzip.js.map +0 -1
  1042. package/bin/tsconfig.tsbuildinfo +0 -1
  1043. package/lib/isStorybook.d.ts +0 -1
  1044. package/lib/isStorybook.js +0 -2
  1045. package/lib/isStorybook.js.map +0 -1
  1046. package/lib/useGetClassName.d.ts +0 -10
  1047. package/lib/useGetClassName.js +0 -14
  1048. package/lib/useGetClassName.js.map +0 -1
  1049. package/login/Fallback.d.ts +0 -11
  1050. package/login/Fallback.js +0 -125
  1051. package/login/Fallback.js.map +0 -1
  1052. package/login/i18n/baseMessages/ar.d.ts +0 -438
  1053. package/login/i18n/baseMessages/ar.js +0 -443
  1054. package/login/i18n/baseMessages/ar.js.map +0 -1
  1055. package/login/i18n/baseMessages/ca.d.ts +0 -457
  1056. package/login/i18n/baseMessages/ca.js +0 -462
  1057. package/login/i18n/baseMessages/ca.js.map +0 -1
  1058. package/login/i18n/baseMessages/cs.d.ts +0 -435
  1059. package/login/i18n/baseMessages/cs.js +0 -440
  1060. package/login/i18n/baseMessages/cs.js.map +0 -1
  1061. package/login/i18n/baseMessages/da.d.ts +0 -310
  1062. package/login/i18n/baseMessages/da.js +0 -315
  1063. package/login/i18n/baseMessages/da.js.map +0 -1
  1064. package/login/i18n/baseMessages/de.d.ts +0 -369
  1065. package/login/i18n/baseMessages/de.js +0 -374
  1066. package/login/i18n/baseMessages/de.js.map +0 -1
  1067. package/login/i18n/baseMessages/el.d.ts +0 -453
  1068. package/login/i18n/baseMessages/el.js +0 -458
  1069. package/login/i18n/baseMessages/el.js.map +0 -1
  1070. package/login/i18n/baseMessages/en.d.ts +0 -467
  1071. package/login/i18n/baseMessages/en.js +0 -472
  1072. package/login/i18n/baseMessages/en.js.map +0 -1
  1073. package/login/i18n/baseMessages/es.d.ts +0 -467
  1074. package/login/i18n/baseMessages/es.js +0 -472
  1075. package/login/i18n/baseMessages/es.js.map +0 -1
  1076. package/login/i18n/baseMessages/fa.d.ts +0 -453
  1077. package/login/i18n/baseMessages/fa.js +0 -458
  1078. package/login/i18n/baseMessages/fa.js.map +0 -1
  1079. package/login/i18n/baseMessages/fi.d.ts +0 -368
  1080. package/login/i18n/baseMessages/fi.js +0 -373
  1081. package/login/i18n/baseMessages/fi.js.map +0 -1
  1082. package/login/i18n/baseMessages/fr.d.ts +0 -384
  1083. package/login/i18n/baseMessages/fr.js +0 -389
  1084. package/login/i18n/baseMessages/fr.js.map +0 -1
  1085. package/login/i18n/baseMessages/hu.d.ts +0 -457
  1086. package/login/i18n/baseMessages/hu.js +0 -462
  1087. package/login/i18n/baseMessages/hu.js.map +0 -1
  1088. package/login/i18n/baseMessages/index.d.ts +0 -3824
  1089. package/login/i18n/baseMessages/index.js +0 -39
  1090. package/login/i18n/baseMessages/index.js.map +0 -1
  1091. package/login/i18n/baseMessages/it.d.ts +0 -310
  1092. package/login/i18n/baseMessages/it.js +0 -315
  1093. package/login/i18n/baseMessages/it.js.map +0 -1
  1094. package/login/i18n/baseMessages/ja.d.ts +0 -314
  1095. package/login/i18n/baseMessages/ja.js +0 -319
  1096. package/login/i18n/baseMessages/ja.js.map +0 -1
  1097. package/login/i18n/baseMessages/lt.d.ts +0 -194
  1098. package/login/i18n/baseMessages/lt.js +0 -199
  1099. package/login/i18n/baseMessages/lt.js.map +0 -1
  1100. package/login/i18n/baseMessages/lv.d.ts +0 -205
  1101. package/login/i18n/baseMessages/lv.js +0 -210
  1102. package/login/i18n/baseMessages/lv.js.map +0 -1
  1103. package/login/i18n/baseMessages/nl.d.ts +0 -276
  1104. package/login/i18n/baseMessages/nl.js +0 -281
  1105. package/login/i18n/baseMessages/nl.js.map +0 -1
  1106. package/login/i18n/baseMessages/no.d.ts +0 -193
  1107. package/login/i18n/baseMessages/no.js +0 -198
  1108. package/login/i18n/baseMessages/no.js.map +0 -1
  1109. package/login/i18n/baseMessages/pl.d.ts +0 -283
  1110. package/login/i18n/baseMessages/pl.js +0 -288
  1111. package/login/i18n/baseMessages/pl.js.map +0 -1
  1112. package/login/i18n/baseMessages/pt-BR.d.ts +0 -337
  1113. package/login/i18n/baseMessages/pt-BR.js +0 -342
  1114. package/login/i18n/baseMessages/pt-BR.js.map +0 -1
  1115. package/login/i18n/baseMessages/ru.d.ts +0 -211
  1116. package/login/i18n/baseMessages/ru.js +0 -216
  1117. package/login/i18n/baseMessages/ru.js.map +0 -1
  1118. package/login/i18n/baseMessages/sk.d.ts +0 -438
  1119. package/login/i18n/baseMessages/sk.js +0 -443
  1120. package/login/i18n/baseMessages/sk.js.map +0 -1
  1121. package/login/i18n/baseMessages/sv.d.ts +0 -192
  1122. package/login/i18n/baseMessages/sv.js +0 -197
  1123. package/login/i18n/baseMessages/sv.js.map +0 -1
  1124. package/login/i18n/baseMessages/th.d.ts +0 -434
  1125. package/login/i18n/baseMessages/th.js +0 -439
  1126. package/login/i18n/baseMessages/th.js.map +0 -1
  1127. package/login/i18n/baseMessages/tr.d.ts +0 -261
  1128. package/login/i18n/baseMessages/tr.js +0 -266
  1129. package/login/i18n/baseMessages/tr.js.map +0 -1
  1130. package/login/i18n/baseMessages/uk.d.ts +0 -433
  1131. package/login/i18n/baseMessages/uk.js +0 -438
  1132. package/login/i18n/baseMessages/uk.js.map +0 -1
  1133. package/login/i18n/baseMessages/zh-CN.d.ts +0 -462
  1134. package/login/i18n/baseMessages/zh-CN.js +0 -467
  1135. package/login/i18n/baseMessages/zh-CN.js.map +0 -1
  1136. package/login/kcContext/KcContext.d.ts +0 -561
  1137. package/login/kcContext/KcContext.js.map +0 -1
  1138. package/login/kcContext/createGetKcContext.d.ts +0 -19
  1139. package/login/kcContext/createGetKcContext.js +0 -109
  1140. package/login/kcContext/createGetKcContext.js.map +0 -1
  1141. package/login/kcContext/getKcContext.d.ts +0 -13
  1142. package/login/kcContext/getKcContext.js +0 -13
  1143. package/login/kcContext/getKcContext.js.map +0 -1
  1144. package/login/kcContext/getKcContextFromWindow.d.ts +0 -8
  1145. package/login/kcContext/getKcContextFromWindow.js +0 -5
  1146. package/login/kcContext/getKcContextFromWindow.js.map +0 -1
  1147. package/login/kcContext/index.d.ts +0 -1
  1148. package/login/kcContext/index.js +0 -2
  1149. package/login/kcContext/index.js.map +0 -1
  1150. package/login/kcContext/kcContextMocks.d.ts +0 -4
  1151. package/login/kcContext/kcContextMocks.js +0 -390
  1152. package/login/kcContext/kcContextMocks.js.map +0 -1
  1153. package/login/lib/useDownloadTerms.d.ts +0 -17
  1154. package/login/lib/useDownloadTerms.js +0 -32
  1155. package/login/lib/useDownloadTerms.js.map +0 -1
  1156. package/login/lib/useGetClassName.d.ts +0 -7
  1157. package/login/lib/useGetClassName.js +0 -130
  1158. package/login/lib/useGetClassName.js.map +0 -1
  1159. package/src/account/Fallback.tsx +0 -41
  1160. package/src/account/i18n/baseMessages/ar.ts +0 -365
  1161. package/src/account/i18n/baseMessages/ca.ts +0 -365
  1162. package/src/account/i18n/baseMessages/cs.ts +0 -157
  1163. package/src/account/i18n/baseMessages/da.ts +0 -294
  1164. package/src/account/i18n/baseMessages/de.ts +0 -317
  1165. package/src/account/i18n/baseMessages/el.ts +0 -364
  1166. package/src/account/i18n/baseMessages/en.ts +0 -368
  1167. package/src/account/i18n/baseMessages/es.ts +0 -367
  1168. package/src/account/i18n/baseMessages/fa.ts +0 -365
  1169. package/src/account/i18n/baseMessages/fi.ts +0 -361
  1170. package/src/account/i18n/baseMessages/fr.ts +0 -168
  1171. package/src/account/i18n/baseMessages/hu.ts +0 -365
  1172. package/src/account/i18n/baseMessages/index.ts +0 -39
  1173. package/src/account/i18n/baseMessages/it.ts +0 -305
  1174. package/src/account/i18n/baseMessages/ja.ts +0 -299
  1175. package/src/account/i18n/baseMessages/lt.ts +0 -142
  1176. package/src/account/i18n/baseMessages/lv.ts +0 -186
  1177. package/src/account/i18n/baseMessages/nl.ts +0 -334
  1178. package/src/account/i18n/baseMessages/no.ts +0 -142
  1179. package/src/account/i18n/baseMessages/pl.ts +0 -343
  1180. package/src/account/i18n/baseMessages/pt-BR.ts +0 -313
  1181. package/src/account/i18n/baseMessages/ru.ts +0 -210
  1182. package/src/account/i18n/baseMessages/sk.ts +0 -180
  1183. package/src/account/i18n/baseMessages/sv.ts +0 -139
  1184. package/src/account/i18n/baseMessages/th.ts +0 -343
  1185. package/src/account/i18n/baseMessages/tr.ts +0 -282
  1186. package/src/account/i18n/baseMessages/uk.ts +0 -343
  1187. package/src/account/i18n/baseMessages/zh-CN.ts +0 -152
  1188. package/src/account/kcContext/KcContext.ts +0 -285
  1189. package/src/account/kcContext/createGetKcContext.ts +0 -108
  1190. package/src/account/kcContext/getKcContext.ts +0 -21
  1191. package/src/account/kcContext/getKcContextFromWindow.ts +0 -11
  1192. package/src/account/kcContext/index.ts +0 -1
  1193. package/src/account/kcContext/kcContextMocks.ts +0 -260
  1194. package/src/account/lib/useGetClassName.ts +0 -20
  1195. package/src/bin/download-builtin-keycloak-theme.ts +0 -30
  1196. package/src/bin/eject-keycloak-page.ts +0 -126
  1197. package/src/bin/keycloakify/generateFtl/ftl_object_to_js_code_declaring_an_object.ftl +0 -521
  1198. package/src/bin/keycloakify/generateSrcMainResources/bringInAccountV1.ts +0 -79
  1199. package/src/bin/keycloakify/generateSrcMainResources/generateMessageProperties.ts +0 -179
  1200. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResources.ts +0 -32
  1201. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForMainTheme.ts +0 -261
  1202. package/src/bin/keycloakify/generateSrcMainResources/generateSrcMainResourcesForThemeVariant.ts +0 -56
  1203. package/src/bin/keycloakify/generateSrcMainResources/index.ts +0 -1
  1204. package/src/bin/keycloakify/generateSrcMainResources/readExtraPageNames.ts +0 -38
  1205. package/src/bin/keycloakify/generateSrcMainResources/readFieldNameUsage.ts +0 -56
  1206. package/src/bin/keycloakify/generateStartKeycloakTestingContainer.ts +0 -60
  1207. package/src/bin/keycloakify/replacers/replaceImportsInInlineCssCode.ts +0 -24
  1208. package/src/bin/shared/buildOptions.ts +0 -277
  1209. package/src/bin/shared/downloadAndUnzip.ts +0 -203
  1210. package/src/bin/shared/downloadBuiltinKeycloakTheme.ts +0 -264
  1211. package/src/bin/shared/getJarFileBasename.ts +0 -9
  1212. package/src/bin/shared/getThemeSrcDirPath.ts +0 -47
  1213. package/src/bin/start-keycloak.ts +0 -236
  1214. package/src/bin/tools/getNpmWorkspaceRootDirPath.ts +0 -27
  1215. package/src/bin/tools/unzip.ts +0 -141
  1216. package/src/lib/isStorybook.ts +0 -1
  1217. package/src/lib/useGetClassName.ts +0 -18
  1218. package/src/login/Fallback.tsx +0 -128
  1219. package/src/login/i18n/baseMessages/ar.ts +0 -444
  1220. package/src/login/i18n/baseMessages/ca.ts +0 -463
  1221. package/src/login/i18n/baseMessages/cs.ts +0 -441
  1222. package/src/login/i18n/baseMessages/da.ts +0 -316
  1223. package/src/login/i18n/baseMessages/de.ts +0 -375
  1224. package/src/login/i18n/baseMessages/el.ts +0 -459
  1225. package/src/login/i18n/baseMessages/en.ts +0 -473
  1226. package/src/login/i18n/baseMessages/es.ts +0 -473
  1227. package/src/login/i18n/baseMessages/fa.ts +0 -459
  1228. package/src/login/i18n/baseMessages/fi.ts +0 -374
  1229. package/src/login/i18n/baseMessages/fr.ts +0 -390
  1230. package/src/login/i18n/baseMessages/hu.ts +0 -463
  1231. package/src/login/i18n/baseMessages/index.ts +0 -39
  1232. package/src/login/i18n/baseMessages/it.ts +0 -316
  1233. package/src/login/i18n/baseMessages/ja.ts +0 -320
  1234. package/src/login/i18n/baseMessages/lt.ts +0 -200
  1235. package/src/login/i18n/baseMessages/lv.ts +0 -211
  1236. package/src/login/i18n/baseMessages/nl.ts +0 -282
  1237. package/src/login/i18n/baseMessages/no.ts +0 -199
  1238. package/src/login/i18n/baseMessages/pl.ts +0 -289
  1239. package/src/login/i18n/baseMessages/pt-BR.ts +0 -343
  1240. package/src/login/i18n/baseMessages/ru.ts +0 -217
  1241. package/src/login/i18n/baseMessages/sk.ts +0 -444
  1242. package/src/login/i18n/baseMessages/sv.ts +0 -198
  1243. package/src/login/i18n/baseMessages/th.ts +0 -440
  1244. package/src/login/i18n/baseMessages/tr.ts +0 -267
  1245. package/src/login/i18n/baseMessages/uk.ts +0 -439
  1246. package/src/login/i18n/baseMessages/zh-CN.ts +0 -468
  1247. package/src/login/kcContext/KcContext.ts +0 -746
  1248. package/src/login/kcContext/createGetKcContext.ts +0 -159
  1249. package/src/login/kcContext/getKcContext.ts +0 -21
  1250. package/src/login/kcContext/getKcContextFromWindow.ts +0 -11
  1251. package/src/login/kcContext/index.ts +0 -1
  1252. package/src/login/kcContext/kcContextMocks.ts +0 -630
  1253. package/src/login/lib/useDownloadTerms.ts +0 -57
  1254. package/src/login/lib/useGetClassName.ts +0 -132
  1255. package/src/tools/AndByDiscriminatingKey.ts +0 -25
  1256. package/src/tools/Markdown.ts +0 -3
  1257. package/src/tools/deepClone.ts +0 -17
  1258. package/src/tools/memoize.ts +0 -55
  1259. package/tools/AndByDiscriminatingKey.d.ts +0 -5
  1260. package/tools/AndByDiscriminatingKey.js +0 -2
  1261. package/tools/AndByDiscriminatingKey.js.map +0 -1
  1262. package/tools/Markdown.d.ts +0 -2
  1263. package/tools/Markdown.js +0 -3
  1264. package/tools/Markdown.js.map +0 -1
  1265. package/tools/deepClone.d.ts +0 -2
  1266. package/tools/deepClone.js +0 -14
  1267. package/tools/deepClone.js.map +0 -1
  1268. package/tools/memoize.d.ts +0 -7
  1269. package/tools/memoize.js +0 -38
  1270. package/tools/memoize.js.map +0 -1
  1271. package/tsconfig.tsbuildinfo +0 -1
  1272. package/vite-plugin/index.original.js +0 -17
  1273. package/vite-plugin/tsconfig.tsbuildinfo +0 -1
  1274. package/vite-plugin/vite-plugin.js +0 -136
  1275. /package/account/{kcContext → KcContext}/KcContext.js +0 -0
  1276. /package/login/{kcContext → KcContext}/KcContext.js +0 -0
@@ -1,3824 +0,0 @@
1
- export declare function getMessages(currentLanguageTag: string): Promise<{
2
- doLogIn: string;
3
- doRegister: string;
4
- doRegisterSecurityKey: string;
5
- doCancel: string;
6
- doSubmit: string;
7
- doBack: string;
8
- doYes: string;
9
- doNo: string;
10
- doContinue: string;
11
- doIgnore: string;
12
- doAccept: string;
13
- doDecline: string;
14
- doForgotPassword: string;
15
- doClickHere: string;
16
- doImpersonate: string;
17
- doTryAgain: string;
18
- doTryAnotherWay: string;
19
- doConfirmDelete: string;
20
- errorDeletingAccount: string;
21
- deletingAccountForbidden: string;
22
- kerberosNotConfigured: string;
23
- kerberosNotConfiguredTitle: string;
24
- bypassKerberosDetail: string;
25
- kerberosNotSetUp: string;
26
- registerTitle: string;
27
- loginAccountTitle: string;
28
- loginTitle: string;
29
- loginTitleHtml: string;
30
- impersonateTitle: string;
31
- impersonateTitleHtml: string;
32
- realmChoice: string;
33
- unknownUser: string;
34
- loginTotpTitle: string;
35
- loginProfileTitle: string;
36
- loginIdpReviewProfileTitle: string;
37
- loginTimeout: string;
38
- reauthenticate: string;
39
- authenticateStrong: string;
40
- oauthGrantTitle: string;
41
- oauthGrantTitleHtml: string;
42
- oauthGrantInformation: string;
43
- oauthGrantReview: string;
44
- oauthGrantTos: string;
45
- oauthGrantPolicy: string;
46
- errorTitle: string;
47
- errorTitleHtml: string;
48
- emailVerifyTitle: string;
49
- emailForgotTitle: string;
50
- updateEmailTitle: string;
51
- emailUpdateConfirmationSentTitle: string;
52
- emailUpdateConfirmationSent: string;
53
- emailUpdatedTitle: string;
54
- emailUpdated: string;
55
- updatePasswordTitle: string;
56
- codeSuccessTitle: string;
57
- codeErrorTitle: string;
58
- displayUnsupported: string;
59
- browserRequired: string;
60
- browserContinue: string;
61
- browserContinuePrompt: string;
62
- browserContinueAnswer: string;
63
- usb: string;
64
- nfc: string;
65
- bluetooth: string;
66
- internal: string;
67
- unknown: string;
68
- termsTitle: string;
69
- termsText: string;
70
- termsPlainText: string;
71
- termsAcceptanceRequired: string;
72
- acceptTerms: string;
73
- deleteCredentialTitle: string;
74
- deleteCredentialMessage: string;
75
- recaptchaFailed: string;
76
- recaptchaNotConfigured: string;
77
- consentDenied: string;
78
- noAccount: string;
79
- username: string;
80
- usernameOrEmail: string;
81
- firstName: string;
82
- givenName: string;
83
- fullName: string;
84
- lastName: string;
85
- familyName: string;
86
- email: string;
87
- password: string;
88
- passwordConfirm: string;
89
- passwordNew: string;
90
- passwordNewConfirm: string;
91
- hidePassword: string;
92
- showPassword: string;
93
- rememberMe: string;
94
- authenticatorCode: string;
95
- address: string;
96
- street: string;
97
- locality: string;
98
- region: string;
99
- postal_code: string;
100
- country: string;
101
- emailVerified: string;
102
- website: string;
103
- phoneNumber: string;
104
- phoneNumberVerified: string;
105
- gender: string;
106
- birthday: string;
107
- zoneinfo: string;
108
- gssDelegationCredential: string;
109
- logoutOtherSessions: string;
110
- profileScopeConsentText: string;
111
- emailScopeConsentText: string;
112
- addressScopeConsentText: string;
113
- phoneScopeConsentText: string;
114
- offlineAccessScopeConsentText: string;
115
- samlRoleListScopeConsentText: string;
116
- rolesScopeConsentText: string;
117
- restartLoginTooltip: string;
118
- loginTotpIntro: string;
119
- loginTotpStep1: string;
120
- loginTotpStep2: string;
121
- loginTotpStep3: string;
122
- loginTotpStep3DeviceName: string;
123
- loginTotpManualStep2: string;
124
- loginTotpManualStep3: string;
125
- loginTotpUnableToScan: string;
126
- loginTotpScanBarcode: string;
127
- loginCredential: string;
128
- loginOtpOneTime: string;
129
- loginTotpType: string;
130
- loginTotpAlgorithm: string;
131
- loginTotpDigits: string;
132
- loginTotpInterval: string;
133
- loginTotpCounter: string;
134
- loginTotpDeviceName: string;
135
- "loginTotp.totp": string;
136
- "loginTotp.hotp": string;
137
- totpAppFreeOTPName: string;
138
- totpAppGoogleName: string;
139
- totpAppMicrosoftAuthenticatorName: string;
140
- loginChooseAuthenticator: string;
141
- oauthGrantRequest: string;
142
- inResource: string;
143
- oauth2DeviceVerificationTitle: string;
144
- verifyOAuth2DeviceUserCode: string;
145
- oauth2DeviceInvalidUserCodeMessage: string;
146
- oauth2DeviceExpiredUserCodeMessage: string;
147
- oauth2DeviceVerificationCompleteHeader: string;
148
- oauth2DeviceVerificationCompleteMessage: string;
149
- oauth2DeviceVerificationFailedHeader: string;
150
- oauth2DeviceVerificationFailedMessage: string;
151
- oauth2DeviceConsentDeniedMessage: string;
152
- oauth2DeviceAuthorizationGrantDisabledMessage: string;
153
- emailVerifyInstruction1: string;
154
- emailVerifyInstruction2: string;
155
- emailVerifyInstruction3: string;
156
- emailLinkIdpTitle: string;
157
- emailLinkIdp1: string;
158
- emailLinkIdp2: string;
159
- emailLinkIdp3: string;
160
- emailLinkIdp4: string;
161
- emailLinkIdp5: string;
162
- backToLogin: string;
163
- emailInstruction: string;
164
- emailInstructionUsername: string;
165
- copyCodeInstruction: string;
166
- pageExpiredTitle: string;
167
- pageExpiredMsg1: string;
168
- pageExpiredMsg2: string;
169
- personalInfo: string;
170
- role_admin: string;
171
- "role_realm-admin": string;
172
- "role_create-realm": string;
173
- "role_create-client": string;
174
- "role_view-realm": string;
175
- "role_view-users": string;
176
- "role_view-applications": string;
177
- "role_view-clients": string;
178
- "role_view-events": string;
179
- "role_view-identity-providers": string;
180
- "role_manage-realm": string;
181
- "role_manage-users": string;
182
- "role_manage-applications": string;
183
- "role_manage-identity-providers": string;
184
- "role_manage-clients": string;
185
- "role_manage-events": string;
186
- "role_view-profile": string;
187
- "role_manage-account": string;
188
- "role_manage-account-links": string;
189
- "role_read-token": string;
190
- "role_offline-access": string;
191
- client_account: string;
192
- "client_account-console": string;
193
- "client_security-admin-console": string;
194
- "client_admin-cli": string;
195
- "client_realm-management": string;
196
- client_broker: string;
197
- requiredFields: string;
198
- invalidUserMessage: string;
199
- invalidUsernameMessage: string;
200
- invalidUsernameOrEmailMessage: string;
201
- invalidPasswordMessage: string;
202
- invalidEmailMessage: string;
203
- accountDisabledMessage: string;
204
- accountTemporarilyDisabledMessage: string;
205
- expiredCodeMessage: string;
206
- expiredActionMessage: string;
207
- expiredActionTokenNoSessionMessage: string;
208
- expiredActionTokenSessionExistsMessage: string;
209
- sessionLimitExceeded: string;
210
- missingFirstNameMessage: string;
211
- missingLastNameMessage: string;
212
- missingEmailMessage: string;
213
- missingUsernameMessage: string;
214
- missingPasswordMessage: string;
215
- missingTotpMessage: string;
216
- missingTotpDeviceNameMessage: string;
217
- notMatchPasswordMessage: string;
218
- "error-invalid-value": string;
219
- "error-invalid-blank": string;
220
- "error-empty": string;
221
- "error-invalid-length": string;
222
- "error-invalid-length-too-short": string;
223
- "error-invalid-length-too-long": string;
224
- "error-invalid-email": string;
225
- "error-invalid-number": string;
226
- "error-number-out-of-range": string;
227
- "error-number-out-of-range-too-small": string;
228
- "error-number-out-of-range-too-big": string;
229
- "error-pattern-no-match": string;
230
- "error-invalid-uri": string;
231
- "error-invalid-uri-scheme": string;
232
- "error-invalid-uri-fragment": string;
233
- "error-user-attribute-required": string;
234
- "error-invalid-date": string;
235
- "error-user-attribute-read-only": string;
236
- "error-username-invalid-character": string;
237
- "error-person-name-invalid-character": string;
238
- "error-reset-otp-missing-id": string;
239
- invalidPasswordExistingMessage: string;
240
- invalidPasswordBlacklistedMessage: string;
241
- invalidPasswordConfirmMessage: string;
242
- invalidTotpMessage: string;
243
- usernameExistsMessage: string;
244
- emailExistsMessage: string;
245
- federatedIdentityExistsMessage: string;
246
- federatedIdentityUnavailableMessage: string;
247
- federatedIdentityUnmatchedEssentialClaimMessage: string;
248
- confirmLinkIdpTitle: string;
249
- federatedIdentityConfirmLinkMessage: string;
250
- federatedIdentityConfirmReauthenticateMessage: string;
251
- nestedFirstBrokerFlowMessage: string;
252
- confirmLinkIdpReviewProfile: string;
253
- confirmLinkIdpContinue: string;
254
- configureTotpMessage: string;
255
- configureBackupCodesMessage: string;
256
- updateProfileMessage: string;
257
- updatePasswordMessage: string;
258
- updateEmailMessage: string;
259
- resetPasswordMessage: string;
260
- verifyEmailMessage: string;
261
- linkIdpMessage: string;
262
- emailSentMessage: string;
263
- emailSendErrorMessage: string;
264
- accountUpdatedMessage: string;
265
- accountPasswordUpdatedMessage: string;
266
- delegationCompleteHeader: string;
267
- delegationCompleteMessage: string;
268
- delegationFailedHeader: string;
269
- delegationFailedMessage: string;
270
- noAccessMessage: string;
271
- invalidPasswordMinLengthMessage: string;
272
- invalidPasswordMaxLengthMessage: string;
273
- invalidPasswordMinDigitsMessage: string;
274
- invalidPasswordMinLowerCaseCharsMessage: string;
275
- invalidPasswordMinUpperCaseCharsMessage: string;
276
- invalidPasswordMinSpecialCharsMessage: string;
277
- invalidPasswordNotUsernameMessage: string;
278
- invalidPasswordNotEmailMessage: string;
279
- invalidPasswordRegexPatternMessage: string;
280
- invalidPasswordHistoryMessage: string;
281
- invalidPasswordGenericMessage: string;
282
- failedToProcessResponseMessage: string;
283
- httpsRequiredMessage: string;
284
- realmNotEnabledMessage: string;
285
- invalidRequestMessage: string;
286
- successLogout: string;
287
- failedLogout: string;
288
- unknownLoginRequesterMessage: string;
289
- loginRequesterNotEnabledMessage: string;
290
- bearerOnlyMessage: string;
291
- standardFlowDisabledMessage: string;
292
- implicitFlowDisabledMessage: string;
293
- invalidRedirectUriMessage: string;
294
- unsupportedNameIdFormatMessage: string;
295
- invalidRequesterMessage: string;
296
- registrationNotAllowedMessage: string;
297
- resetCredentialNotAllowedMessage: string;
298
- permissionNotApprovedMessage: string;
299
- noRelayStateInResponseMessage: string;
300
- insufficientPermissionMessage: string;
301
- couldNotProceedWithAuthenticationRequestMessage: string;
302
- couldNotObtainTokenMessage: string;
303
- unexpectedErrorRetrievingTokenMessage: string;
304
- unexpectedErrorHandlingResponseMessage: string;
305
- identityProviderAuthenticationFailedMessage: string;
306
- couldNotSendAuthenticationRequestMessage: string;
307
- unexpectedErrorHandlingRequestMessage: string;
308
- invalidAccessCodeMessage: string;
309
- sessionNotActiveMessage: string;
310
- invalidCodeMessage: string;
311
- cookieNotFoundMessage: string;
312
- insufficientLevelOfAuthentication: string;
313
- identityProviderUnexpectedErrorMessage: string;
314
- identityProviderMissingStateMessage: string;
315
- identityProviderMissingCodeOrErrorMessage: string;
316
- identityProviderInvalidResponseMessage: string;
317
- identityProviderInvalidSignatureMessage: string;
318
- identityProviderNotFoundMessage: string;
319
- identityProviderLinkSuccess: string;
320
- staleCodeMessage: string;
321
- realmSupportsNoCredentialsMessage: string;
322
- credentialSetupRequired: string;
323
- identityProviderNotUniqueMessage: string;
324
- emailVerifiedMessage: string;
325
- emailVerifiedAlreadyMessage: string;
326
- staleEmailVerificationLink: string;
327
- identityProviderAlreadyLinkedMessage: string;
328
- confirmAccountLinking: string;
329
- confirmEmailAddressVerification: string;
330
- confirmExecutionOfActions: string;
331
- locale_ar: string;
332
- locale_ca: string;
333
- locale_cs: string;
334
- locale_da: string;
335
- locale_de: string;
336
- locale_en: string;
337
- locale_es: string;
338
- locale_fi: string;
339
- locale_fr: string;
340
- locale_hu: string;
341
- locale_it: string;
342
- locale_ja: string;
343
- locale_lt: string;
344
- locale_lv: string;
345
- locale_nl: string;
346
- locale_no: string;
347
- locale_pl: string;
348
- locale_pt_BR: string;
349
- locale_ru: string;
350
- locale_sk: string;
351
- locale_sv: string;
352
- locale_th: string;
353
- locale_tr: string;
354
- locale_uk: string;
355
- "locale_zh-CN": string;
356
- backToApplication: string;
357
- missingParameterMessage: string;
358
- clientNotFoundMessage: string;
359
- clientDisabledMessage: string;
360
- invalidParameterMessage: string;
361
- alreadyLoggedIn: string;
362
- differentUserAuthenticated: string;
363
- brokerLinkingSessionExpired: string;
364
- proceedWithAction: string;
365
- acrNotFulfilled: string;
366
- "requiredAction.CONFIGURE_TOTP": string;
367
- "requiredAction.TERMS_AND_CONDITIONS": string;
368
- "requiredAction.UPDATE_PASSWORD": string;
369
- "requiredAction.UPDATE_PROFILE": string;
370
- "requiredAction.VERIFY_EMAIL": string;
371
- "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
372
- "requiredAction.webauthn-register-passwordless": string;
373
- invalidTokenRequiredActions: string;
374
- doX509Login: string;
375
- clientCertificate: string;
376
- noCertificate: string;
377
- pageNotFound: string;
378
- internalServerError: string;
379
- "console-username": string;
380
- "console-password": string;
381
- "console-otp": string;
382
- "console-new-password": string;
383
- "console-confirm-password": string;
384
- "console-update-password": string;
385
- "console-verify-email": string;
386
- "console-email-code": string;
387
- "console-accept-terms": string;
388
- "console-accept": string;
389
- "openshift.scope.user_info": string;
390
- "openshift.scope.user_check-access": string;
391
- "openshift.scope.user_full": string;
392
- "openshift.scope.list-projects": string;
393
- "saml.post-form.title": string;
394
- "saml.post-form.message": string;
395
- "saml.post-form.js-disabled": string;
396
- "saml.artifactResolutionServiceInvalidResponse": string;
397
- "otp-display-name": string;
398
- "otp-help-text": string;
399
- "otp-reset-description": string;
400
- "password-display-name": string;
401
- "password-help-text": string;
402
- "auth-username-form-display-name": string;
403
- "auth-username-form-help-text": string;
404
- "auth-username-password-form-display-name": string;
405
- "auth-username-password-form-help-text": string;
406
- "auth-recovery-authn-code-form-display-name": string;
407
- "auth-recovery-authn-code-form-help-text": string;
408
- "auth-recovery-code-info-message": string;
409
- "auth-recovery-code-prompt": string;
410
- "auth-recovery-code-header": string;
411
- "recovery-codes-error-invalid": string;
412
- "recovery-code-config-header": string;
413
- "recovery-code-config-warning-title": string;
414
- "recovery-code-config-warning-message": string;
415
- "recovery-codes-print": string;
416
- "recovery-codes-download": string;
417
- "recovery-codes-copy": string;
418
- "recovery-codes-copied": string;
419
- "recovery-codes-confirmation-message": string;
420
- "recovery-codes-action-complete": string;
421
- "recovery-codes-action-cancel": string;
422
- "recovery-codes-download-file-header": string;
423
- "recovery-codes-download-file-description": string;
424
- "recovery-codes-download-file-date": string;
425
- "recovery-codes-label-default": string;
426
- "webauthn-display-name": string;
427
- "webauthn-help-text": string;
428
- "webauthn-passwordless-display-name": string;
429
- "webauthn-passwordless-help-text": string;
430
- "webauthn-login-title": string;
431
- "webauthn-registration-title": string;
432
- "webauthn-available-authenticators": string;
433
- "webauthn-unsupported-browser-text": string;
434
- "webauthn-doAuthenticate": string;
435
- "webauthn-createdAt-label": string;
436
- "webauthn-error-title": string;
437
- "webauthn-error-registration": string;
438
- "webauthn-error-api-get": string;
439
- "webauthn-error-different-user": string;
440
- "webauthn-error-auth-verification": string;
441
- "webauthn-error-register-verification": string;
442
- "webauthn-error-user-not-found": string;
443
- "identity-provider-redirector": string;
444
- "identity-provider-login-label": string;
445
- "idp-email-verification-display-name": string;
446
- "idp-email-verification-help-text": string;
447
- "idp-username-password-form-display-name": string;
448
- "idp-username-password-form-help-text": string;
449
- finalDeletionConfirmation: string;
450
- irreversibleAction: string;
451
- deleteAccountConfirm: string;
452
- deletingImplies: string;
453
- errasingData: string;
454
- loggingOutImmediately: string;
455
- accountUnusable: string;
456
- userDeletedSuccessfully: string;
457
- "access-denied": string;
458
- "access-denied-when-idp-auth": string;
459
- "frontchannel-logout.title": string;
460
- "frontchannel-logout.message": string;
461
- logoutConfirmTitle: string;
462
- logoutConfirmHeader: string;
463
- doLogout: string;
464
- readOnlyUsernameMessage: string;
465
- "error-invalid-multivalued-size": string;
466
- } | {
467
- doLogIn: string;
468
- doRegister: string;
469
- doRegisterSecurityKey: string;
470
- doCancel: string;
471
- doSubmit: string;
472
- doBack: string;
473
- doYes: string;
474
- doNo: string;
475
- doContinue: string;
476
- doIgnore: string;
477
- doAccept: string;
478
- doDecline: string;
479
- doForgotPassword: string;
480
- doClickHere: string;
481
- doImpersonate: string;
482
- doTryAgain: string;
483
- doTryAnotherWay: string;
484
- doConfirmDelete: string;
485
- errorDeletingAccount: string;
486
- deletingAccountForbidden: string;
487
- kerberosNotConfigured: string;
488
- kerberosNotConfiguredTitle: string;
489
- bypassKerberosDetail: string;
490
- kerberosNotSetUp: string;
491
- registerTitle: string;
492
- loginAccountTitle: string;
493
- loginTitle: string;
494
- loginTitleHtml: string;
495
- impersonateTitle: string;
496
- impersonateTitleHtml: string;
497
- realmChoice: string;
498
- unknownUser: string;
499
- loginTotpTitle: string;
500
- loginProfileTitle: string;
501
- loginIdpReviewProfileTitle: string;
502
- loginTimeout: string;
503
- reauthenticate: string;
504
- oauthGrantTitle: string;
505
- oauthGrantTitleHtml: string;
506
- oauthGrantInformation: string;
507
- oauthGrantReview: string;
508
- oauthGrantTos: string;
509
- oauthGrantPolicy: string;
510
- errorTitle: string;
511
- errorTitleHtml: string;
512
- emailVerifyTitle: string;
513
- emailForgotTitle: string;
514
- updateEmailTitle: string;
515
- emailUpdateConfirmationSentTitle: string;
516
- emailUpdateConfirmationSent: string;
517
- emailUpdatedTitle: string;
518
- emailUpdated: string;
519
- updatePasswordTitle: string;
520
- codeSuccessTitle: string;
521
- codeErrorTitle: string;
522
- displayUnsupported: string;
523
- browserRequired: string;
524
- browserContinue: string;
525
- browserContinuePrompt: string;
526
- browserContinueAnswer: string;
527
- usb: string;
528
- nfc: string;
529
- bluetooth: string;
530
- internal: string;
531
- unknown: string;
532
- termsTitle: string;
533
- termsText: string;
534
- termsPlainText: string;
535
- termsAcceptanceRequired: string;
536
- acceptTerms: string;
537
- recaptchaFailed: string;
538
- recaptchaNotConfigured: string;
539
- consentDenied: string;
540
- noAccount: string;
541
- username: string;
542
- usernameOrEmail: string;
543
- firstName: string;
544
- givenName: string;
545
- fullName: string;
546
- lastName: string;
547
- familyName: string;
548
- email: string;
549
- password: string;
550
- passwordConfirm: string;
551
- passwordNew: string;
552
- passwordNewConfirm: string;
553
- hidePassword: string;
554
- showPassword: string;
555
- rememberMe: string;
556
- authenticatorCode: string;
557
- address: string;
558
- street: string;
559
- locality: string;
560
- region: string;
561
- postal_code: string;
562
- country: string;
563
- emailVerified: string;
564
- website: string;
565
- phoneNumber: string;
566
- phoneNumberVerified: string;
567
- gender: string;
568
- birthday: string;
569
- zoneinfo: string;
570
- gssDelegationCredential: string;
571
- logoutOtherSessions: string;
572
- profileScopeConsentText: string;
573
- emailScopeConsentText: string;
574
- addressScopeConsentText: string;
575
- phoneScopeConsentText: string;
576
- offlineAccessScopeConsentText: string;
577
- samlRoleListScopeConsentText: string;
578
- rolesScopeConsentText: string;
579
- restartLoginTooltip: string;
580
- loginTotpIntro: string;
581
- loginTotpStep1: string;
582
- loginTotpStep2: string;
583
- loginTotpStep3: string;
584
- loginTotpStep3DeviceName: string;
585
- loginTotpManualStep2: string;
586
- loginTotpManualStep3: string;
587
- loginTotpUnableToScan: string;
588
- loginTotpScanBarcode: string;
589
- loginCredential: string;
590
- loginOtpOneTime: string;
591
- loginTotpType: string;
592
- loginTotpAlgorithm: string;
593
- loginTotpDigits: string;
594
- loginTotpInterval: string;
595
- loginTotpCounter: string;
596
- loginTotpDeviceName: string;
597
- "loginTotp.totp": string;
598
- "loginTotp.hotp": string;
599
- totpAppFreeOTPName: string;
600
- totpAppGoogleName: string;
601
- totpAppMicrosoftAuthenticatorName: string;
602
- loginChooseAuthenticator: string;
603
- oauthGrantRequest: string;
604
- inResource: string;
605
- oauth2DeviceVerificationTitle: string;
606
- verifyOAuth2DeviceUserCode: string;
607
- oauth2DeviceInvalidUserCodeMessage: string;
608
- oauth2DeviceExpiredUserCodeMessage: string;
609
- oauth2DeviceVerificationCompleteHeader: string;
610
- oauth2DeviceVerificationCompleteMessage: string;
611
- oauth2DeviceVerificationFailedHeader: string;
612
- oauth2DeviceVerificationFailedMessage: string;
613
- oauth2DeviceConsentDeniedMessage: string;
614
- oauth2DeviceAuthorizationGrantDisabledMessage: string;
615
- emailVerifyInstruction1: string;
616
- emailVerifyInstruction2: string;
617
- emailVerifyInstruction3: string;
618
- emailLinkIdpTitle: string;
619
- emailLinkIdp1: string;
620
- emailLinkIdp2: string;
621
- emailLinkIdp3: string;
622
- emailLinkIdp4: string;
623
- emailLinkIdp5: string;
624
- backToLogin: string;
625
- emailInstruction: string;
626
- emailInstructionUsername: string;
627
- copyCodeInstruction: string;
628
- pageExpiredTitle: string;
629
- pageExpiredMsg1: string;
630
- pageExpiredMsg2: string;
631
- personalInfo: string;
632
- role_admin: string;
633
- "role_realm-admin": string;
634
- "role_create-realm": string;
635
- "role_create-client": string;
636
- "role_view-realm": string;
637
- "role_view-users": string;
638
- "role_view-applications": string;
639
- "role_view-clients": string;
640
- "role_view-events": string;
641
- "role_view-identity-providers": string;
642
- "role_manage-realm": string;
643
- "role_manage-users": string;
644
- "role_manage-applications": string;
645
- "role_manage-identity-providers": string;
646
- "role_manage-clients": string;
647
- "role_manage-events": string;
648
- "role_view-profile": string;
649
- "role_manage-account": string;
650
- "role_manage-account-links": string;
651
- "role_read-token": string;
652
- "role_offline-access": string;
653
- client_account: string;
654
- "client_account-console": string;
655
- "client_realm-management": string;
656
- client_broker: string;
657
- requiredFields: string;
658
- invalidUserMessage: string;
659
- invalidUsernameMessage: string;
660
- invalidUsernameOrEmailMessage: string;
661
- invalidPasswordMessage: string;
662
- invalidEmailMessage: string;
663
- accountDisabledMessage: string;
664
- accountTemporarilyDisabledMessage: string;
665
- expiredCodeMessage: string;
666
- expiredActionMessage: string;
667
- expiredActionTokenNoSessionMessage: string;
668
- expiredActionTokenSessionExistsMessage: string;
669
- sessionLimitExceeded: string;
670
- missingFirstNameMessage: string;
671
- missingLastNameMessage: string;
672
- missingEmailMessage: string;
673
- missingUsernameMessage: string;
674
- missingPasswordMessage: string;
675
- missingTotpMessage: string;
676
- missingTotpDeviceNameMessage: string;
677
- notMatchPasswordMessage: string;
678
- "error-invalid-value": string;
679
- "error-invalid-blank": string;
680
- "error-empty": string;
681
- "error-invalid-length": string;
682
- "error-invalid-length-too-short": string;
683
- "error-invalid-length-too-long": string;
684
- "error-invalid-email": string;
685
- "error-invalid-number": string;
686
- "error-number-out-of-range": string;
687
- "error-number-out-of-range-too-small": string;
688
- "error-number-out-of-range-too-big": string;
689
- "error-pattern-no-match": string;
690
- "error-invalid-uri": string;
691
- "error-invalid-uri-scheme": string;
692
- "error-invalid-uri-fragment": string;
693
- "error-user-attribute-required": string;
694
- "error-invalid-date": string;
695
- "error-user-attribute-read-only": string;
696
- "error-username-invalid-character": string;
697
- "error-person-name-invalid-character": string;
698
- "error-reset-otp-missing-id": string;
699
- invalidPasswordExistingMessage: string;
700
- invalidPasswordBlacklistedMessage: string;
701
- invalidPasswordConfirmMessage: string;
702
- invalidTotpMessage: string;
703
- usernameExistsMessage: string;
704
- emailExistsMessage: string;
705
- federatedIdentityExistsMessage: string;
706
- federatedIdentityUnavailableMessage: string;
707
- federatedIdentityUnmatchedEssentialClaimMessage: string;
708
- confirmLinkIdpTitle: string;
709
- federatedIdentityConfirmLinkMessage: string;
710
- federatedIdentityConfirmReauthenticateMessage: string;
711
- nestedFirstBrokerFlowMessage: string;
712
- confirmLinkIdpReviewProfile: string;
713
- confirmLinkIdpContinue: string;
714
- configureTotpMessage: string;
715
- configureBackupCodesMessage: string;
716
- updateProfileMessage: string;
717
- updatePasswordMessage: string;
718
- updateEmailMessage: string;
719
- resetPasswordMessage: string;
720
- verifyEmailMessage: string;
721
- linkIdpMessage: string;
722
- emailSentMessage: string;
723
- emailSendErrorMessage: string;
724
- accountUpdatedMessage: string;
725
- accountPasswordUpdatedMessage: string;
726
- delegationCompleteHeader: string;
727
- delegationCompleteMessage: string;
728
- delegationFailedHeader: string;
729
- delegationFailedMessage: string;
730
- noAccessMessage: string;
731
- invalidPasswordMinLengthMessage: string;
732
- invalidPasswordMaxLengthMessage: string;
733
- invalidPasswordMinDigitsMessage: string;
734
- invalidPasswordMinLowerCaseCharsMessage: string;
735
- invalidPasswordMinUpperCaseCharsMessage: string;
736
- invalidPasswordMinSpecialCharsMessage: string;
737
- invalidPasswordNotUsernameMessage: string;
738
- invalidPasswordNotEmailMessage: string;
739
- invalidPasswordRegexPatternMessage: string;
740
- invalidPasswordHistoryMessage: string;
741
- invalidPasswordGenericMessage: string;
742
- failedToProcessResponseMessage: string;
743
- httpsRequiredMessage: string;
744
- realmNotEnabledMessage: string;
745
- invalidRequestMessage: string;
746
- successLogout: string;
747
- failedLogout: string;
748
- unknownLoginRequesterMessage: string;
749
- loginRequesterNotEnabledMessage: string;
750
- bearerOnlyMessage: string;
751
- standardFlowDisabledMessage: string;
752
- implicitFlowDisabledMessage: string;
753
- invalidRedirectUriMessage: string;
754
- unsupportedNameIdFormatMessage: string;
755
- invalidRequesterMessage: string;
756
- registrationNotAllowedMessage: string;
757
- resetCredentialNotAllowedMessage: string;
758
- permissionNotApprovedMessage: string;
759
- noRelayStateInResponseMessage: string;
760
- insufficientPermissionMessage: string;
761
- couldNotProceedWithAuthenticationRequestMessage: string;
762
- couldNotObtainTokenMessage: string;
763
- unexpectedErrorRetrievingTokenMessage: string;
764
- unexpectedErrorHandlingResponseMessage: string;
765
- identityProviderAuthenticationFailedMessage: string;
766
- couldNotSendAuthenticationRequestMessage: string;
767
- unexpectedErrorHandlingRequestMessage: string;
768
- invalidAccessCodeMessage: string;
769
- sessionNotActiveMessage: string;
770
- invalidCodeMessage: string;
771
- cookieNotFoundMessage: string;
772
- insufficientLevelOfAuthentication: string;
773
- identityProviderUnexpectedErrorMessage: string;
774
- identityProviderMissingStateMessage: string;
775
- identityProviderMissingCodeOrErrorMessage: string;
776
- identityProviderInvalidResponseMessage: string;
777
- identityProviderInvalidSignatureMessage: string;
778
- identityProviderNotFoundMessage: string;
779
- identityProviderLinkSuccess: string;
780
- staleCodeMessage: string;
781
- realmSupportsNoCredentialsMessage: string;
782
- credentialSetupRequired: string;
783
- identityProviderNotUniqueMessage: string;
784
- emailVerifiedMessage: string;
785
- emailVerifiedAlreadyMessage: string;
786
- staleEmailVerificationLink: string;
787
- identityProviderAlreadyLinkedMessage: string;
788
- confirmAccountLinking: string;
789
- confirmEmailAddressVerification: string;
790
- confirmExecutionOfActions: string;
791
- backToApplication: string;
792
- missingParameterMessage: string;
793
- clientNotFoundMessage: string;
794
- clientDisabledMessage: string;
795
- invalidParameterMessage: string;
796
- alreadyLoggedIn: string;
797
- differentUserAuthenticated: string;
798
- brokerLinkingSessionExpired: string;
799
- proceedWithAction: string;
800
- acrNotFulfilled: string;
801
- "requiredAction.CONFIGURE_TOTP": string;
802
- "requiredAction.TERMS_AND_CONDITIONS": string;
803
- "requiredAction.UPDATE_PASSWORD": string;
804
- "requiredAction.UPDATE_PROFILE": string;
805
- "requiredAction.VERIFY_EMAIL": string;
806
- "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
807
- invalidTokenRequiredActions: string;
808
- doX509Login: string;
809
- clientCertificate: string;
810
- noCertificate: string;
811
- pageNotFound: string;
812
- internalServerError: string;
813
- "console-username": string;
814
- "console-password": string;
815
- "console-otp": string;
816
- "console-new-password": string;
817
- "console-confirm-password": string;
818
- "console-update-password": string;
819
- "console-verify-email": string;
820
- "console-email-code": string;
821
- "console-accept-terms": string;
822
- "console-accept": string;
823
- "openshift.scope.user_info": string;
824
- "openshift.scope.user_check-access": string;
825
- "openshift.scope.user_full": string;
826
- "openshift.scope.list-projects": string;
827
- "saml.post-form.title": string;
828
- "saml.post-form.message": string;
829
- "saml.post-form.js-disabled": string;
830
- "saml.artifactResolutionServiceInvalidResponse": string;
831
- "otp-display-name": string;
832
- "otp-help-text": string;
833
- "otp-reset-description": string;
834
- "password-display-name": string;
835
- "password-help-text": string;
836
- "auth-username-form-display-name": string;
837
- "auth-username-form-help-text": string;
838
- "auth-username-password-form-display-name": string;
839
- "auth-username-password-form-help-text": string;
840
- "auth-recovery-authn-code-form-display-name": string;
841
- "auth-recovery-authn-code-form-help-text": string;
842
- "auth-recovery-code-info-message": string;
843
- "auth-recovery-code-prompt": string;
844
- "auth-recovery-code-header": string;
845
- "recovery-codes-error-invalid": string;
846
- "recovery-code-config-header": string;
847
- "recovery-code-config-warning-title": string;
848
- "recovery-code-config-warning-message": string;
849
- "recovery-codes-print": string;
850
- "recovery-codes-download": string;
851
- "recovery-codes-copy": string;
852
- "recovery-codes-copied": string;
853
- "recovery-codes-confirmation-message": string;
854
- "recovery-codes-action-complete": string;
855
- "recovery-codes-action-cancel": string;
856
- "recovery-codes-download-file-header": string;
857
- "recovery-codes-download-file-description": string;
858
- "recovery-codes-download-file-date": string;
859
- "recovery-codes-label-default": string;
860
- "webauthn-display-name": string;
861
- "webauthn-help-text": string;
862
- "webauthn-passwordless-display-name": string;
863
- "webauthn-passwordless-help-text": string;
864
- "webauthn-login-title": string;
865
- "webauthn-registration-title": string;
866
- "webauthn-available-authenticators": string;
867
- "webauthn-unsupported-browser-text": string;
868
- "webauthn-doAuthenticate": string;
869
- "webauthn-createdAt-label": string;
870
- "webauthn-error-title": string;
871
- "webauthn-error-registration": string;
872
- "webauthn-error-api-get": string;
873
- "webauthn-error-different-user": string;
874
- "webauthn-error-auth-verification": string;
875
- "webauthn-error-register-verification": string;
876
- "webauthn-error-user-not-found": string;
877
- "identity-provider-redirector": string;
878
- "identity-provider-login-label": string;
879
- "idp-email-verification-display-name": string;
880
- "idp-email-verification-help-text": string;
881
- "idp-username-password-form-display-name": string;
882
- "idp-username-password-form-help-text": string;
883
- finalDeletionConfirmation: string;
884
- irreversibleAction: string;
885
- deleteAccountConfirm: string;
886
- deletingImplies: string;
887
- errasingData: string;
888
- loggingOutImmediately: string;
889
- accountUnusable: string;
890
- userDeletedSuccessfully: string;
891
- "access-denied": string;
892
- "access-denied-when-idp-auth": string;
893
- "frontchannel-logout.title": string;
894
- "frontchannel-logout.message": string;
895
- logoutConfirmTitle: string;
896
- logoutConfirmHeader: string;
897
- doLogout: string;
898
- readOnlyUsernameMessage: string;
899
- } | {
900
- doLogIn: string;
901
- doRegister: string;
902
- doRegisterSecurityKey: string;
903
- doCancel: string;
904
- doSubmit: string;
905
- doBack: string;
906
- doYes: string;
907
- doNo: string;
908
- doContinue: string;
909
- doIgnore: string;
910
- doAccept: string;
911
- doDecline: string;
912
- doForgotPassword: string;
913
- doClickHere: string;
914
- doImpersonate: string;
915
- doTryAgain: string;
916
- doTryAnotherWay: string;
917
- doConfirmDelete: string;
918
- errorDeletingAccount: string;
919
- deletingAccountForbidden: string;
920
- kerberosNotConfigured: string;
921
- kerberosNotConfiguredTitle: string;
922
- bypassKerberosDetail: string;
923
- kerberosNotSetUp: string;
924
- registerTitle: string;
925
- loginAccountTitle: string;
926
- loginTitle: string;
927
- loginTitleHtml: string;
928
- impersonateTitle: string;
929
- impersonateTitleHtml: string;
930
- realmChoice: string;
931
- unknownUser: string;
932
- loginTotpTitle: string;
933
- loginProfileTitle: string;
934
- loginTimeout: string;
935
- reauthenticate: string;
936
- oauthGrantTitle: string;
937
- oauthGrantTitleHtml: string;
938
- errorTitle: string;
939
- errorTitleHtml: string;
940
- emailVerifyTitle: string;
941
- emailForgotTitle: string;
942
- updatePasswordTitle: string;
943
- codeSuccessTitle: string;
944
- codeErrorTitle: string;
945
- displayUnsupported: string;
946
- browserRequired: string;
947
- browserContinue: string;
948
- browserContinuePrompt: string;
949
- browserContinueAnswer: string;
950
- termsTitle: string;
951
- termsTitleHtml: string;
952
- termsText: string;
953
- recaptchaFailed: string;
954
- recaptchaNotConfigured: string;
955
- consentDenied: string;
956
- noAccount: string;
957
- username: string;
958
- usernameOrEmail: string;
959
- firstName: string;
960
- givenName: string;
961
- fullName: string;
962
- lastName: string;
963
- familyName: string;
964
- email: string;
965
- password: string;
966
- passwordConfirm: string;
967
- passwordNew: string;
968
- passwordNewConfirm: string;
969
- rememberMe: string;
970
- authenticatorCode: string;
971
- address: string;
972
- street: string;
973
- locality: string;
974
- region: string;
975
- postal_code: string;
976
- country: string;
977
- emailVerified: string;
978
- website: string;
979
- phoneNumber: string;
980
- phoneNumberVerified: string;
981
- gender: string;
982
- birthday: string;
983
- zoneinfo: string;
984
- gssDelegationCredential: string;
985
- logoutOtherSessions: string;
986
- profileScopeConsentText: string;
987
- emailScopeConsentText: string;
988
- addressScopeConsentText: string;
989
- phoneScopeConsentText: string;
990
- offlineAccessScopeConsentText: string;
991
- samlRoleListScopeConsentText: string;
992
- rolesScopeConsentText: string;
993
- restartLoginTooltip: string;
994
- loginTotpIntro: string;
995
- loginTotpStep1: string;
996
- loginTotpStep2: string;
997
- loginTotpStep3: string;
998
- loginTotpStep3DeviceName: string;
999
- loginTotpManualStep2: string;
1000
- loginTotpManualStep3: string;
1001
- loginTotpUnableToScan: string;
1002
- loginTotpScanBarcode: string;
1003
- loginCredential: string;
1004
- loginOtpOneTime: string;
1005
- loginTotpType: string;
1006
- loginTotpAlgorithm: string;
1007
- loginTotpDigits: string;
1008
- loginTotpInterval: string;
1009
- loginTotpCounter: string;
1010
- loginTotpDeviceName: string;
1011
- "loginTotp.totp": string;
1012
- "loginTotp.hotp": string;
1013
- loginChooseAuthenticator: string;
1014
- oauthGrantRequest: string;
1015
- inResource: string;
1016
- emailVerifyInstruction1: string;
1017
- emailVerifyInstruction2: string;
1018
- emailVerifyInstruction3: string;
1019
- emailLinkIdpTitle: string;
1020
- emailLinkIdp1: string;
1021
- emailLinkIdp2: string;
1022
- emailLinkIdp3: string;
1023
- emailLinkIdp4: string;
1024
- emailLinkIdp5: string;
1025
- backToLogin: string;
1026
- emailInstruction: string;
1027
- emailInstructionUsername: string;
1028
- copyCodeInstruction: string;
1029
- pageExpiredTitle: string;
1030
- pageExpiredMsg1: string;
1031
- pageExpiredMsg2: string;
1032
- personalInfo: string;
1033
- role_admin: string;
1034
- "role_realm-admin": string;
1035
- "role_create-realm": string;
1036
- "role_create-client": string;
1037
- "role_view-realm": string;
1038
- "role_view-users": string;
1039
- "role_view-applications": string;
1040
- "role_view-clients": string;
1041
- "role_view-events": string;
1042
- "role_view-identity-providers": string;
1043
- "role_manage-realm": string;
1044
- "role_manage-users": string;
1045
- "role_manage-applications": string;
1046
- "role_manage-identity-providers": string;
1047
- "role_manage-clients": string;
1048
- "role_manage-events": string;
1049
- "role_view-profile": string;
1050
- "role_manage-account": string;
1051
- "role_manage-account-links": string;
1052
- "role_read-token": string;
1053
- "role_offline-access": string;
1054
- client_account: string;
1055
- "client_account-console": string;
1056
- "client_security-admin-console": string;
1057
- "client_admin-cli": string;
1058
- "client_realm-management": string;
1059
- client_broker: string;
1060
- requiredFields: string;
1061
- invalidUserMessage: string;
1062
- invalidUsernameMessage: string;
1063
- invalidUsernameOrEmailMessage: string;
1064
- invalidPasswordMessage: string;
1065
- invalidEmailMessage: string;
1066
- accountDisabledMessage: string;
1067
- accountTemporarilyDisabledMessage: string;
1068
- expiredCodeMessage: string;
1069
- expiredActionMessage: string;
1070
- expiredActionTokenNoSessionMessage: string;
1071
- expiredActionTokenSessionExistsMessage: string;
1072
- missingFirstNameMessage: string;
1073
- missingLastNameMessage: string;
1074
- missingEmailMessage: string;
1075
- missingUsernameMessage: string;
1076
- missingPasswordMessage: string;
1077
- missingTotpMessage: string;
1078
- missingTotpDeviceNameMessage: string;
1079
- notMatchPasswordMessage: string;
1080
- invalidPasswordExistingMessage: string;
1081
- invalidPasswordBlacklistedMessage: string;
1082
- invalidPasswordConfirmMessage: string;
1083
- invalidTotpMessage: string;
1084
- usernameExistsMessage: string;
1085
- emailExistsMessage: string;
1086
- federatedIdentityExistsMessage: string;
1087
- confirmLinkIdpTitle: string;
1088
- federatedIdentityConfirmLinkMessage: string;
1089
- federatedIdentityConfirmReauthenticateMessage: string;
1090
- nestedFirstBrokerFlowMessage: string;
1091
- confirmLinkIdpReviewProfile: string;
1092
- confirmLinkIdpContinue: string;
1093
- configureTotpMessage: string;
1094
- updateProfileMessage: string;
1095
- updatePasswordMessage: string;
1096
- resetPasswordMessage: string;
1097
- verifyEmailMessage: string;
1098
- linkIdpMessage: string;
1099
- emailSentMessage: string;
1100
- emailSendErrorMessage: string;
1101
- accountUpdatedMessage: string;
1102
- accountPasswordUpdatedMessage: string;
1103
- delegationCompleteHeader: string;
1104
- delegationCompleteMessage: string;
1105
- delegationFailedHeader: string;
1106
- delegationFailedMessage: string;
1107
- noAccessMessage: string;
1108
- invalidPasswordMinLengthMessage: string;
1109
- invalidPasswordMinDigitsMessage: string;
1110
- invalidPasswordMinLowerCaseCharsMessage: string;
1111
- invalidPasswordMinUpperCaseCharsMessage: string;
1112
- invalidPasswordMinSpecialCharsMessage: string;
1113
- invalidPasswordNotUsernameMessage: string;
1114
- invalidPasswordNotEmailMessage: string;
1115
- invalidPasswordRegexPatternMessage: string;
1116
- invalidPasswordHistoryMessage: string;
1117
- invalidPasswordGenericMessage: string;
1118
- failedToProcessResponseMessage: string;
1119
- httpsRequiredMessage: string;
1120
- realmNotEnabledMessage: string;
1121
- invalidRequestMessage: string;
1122
- successLogout: string;
1123
- failedLogout: string;
1124
- unknownLoginRequesterMessage: string;
1125
- loginRequesterNotEnabledMessage: string;
1126
- bearerOnlyMessage: string;
1127
- standardFlowDisabledMessage: string;
1128
- implicitFlowDisabledMessage: string;
1129
- invalidRedirectUriMessage: string;
1130
- unsupportedNameIdFormatMessage: string;
1131
- invalidRequesterMessage: string;
1132
- registrationNotAllowedMessage: string;
1133
- resetCredentialNotAllowedMessage: string;
1134
- permissionNotApprovedMessage: string;
1135
- noRelayStateInResponseMessage: string;
1136
- insufficientPermissionMessage: string;
1137
- couldNotProceedWithAuthenticationRequestMessage: string;
1138
- couldNotObtainTokenMessage: string;
1139
- unexpectedErrorRetrievingTokenMessage: string;
1140
- unexpectedErrorHandlingResponseMessage: string;
1141
- identityProviderAuthenticationFailedMessage: string;
1142
- couldNotSendAuthenticationRequestMessage: string;
1143
- unexpectedErrorHandlingRequestMessage: string;
1144
- invalidAccessCodeMessage: string;
1145
- sessionNotActiveMessage: string;
1146
- invalidCodeMessage: string;
1147
- cookieNotFoundMessage: string;
1148
- identityProviderUnexpectedErrorMessage: string;
1149
- identityProviderMissingStateMessage: string;
1150
- identityProviderNotFoundMessage: string;
1151
- identityProviderLinkSuccess: string;
1152
- staleCodeMessage: string;
1153
- realmSupportsNoCredentialsMessage: string;
1154
- credentialSetupRequired: string;
1155
- identityProviderNotUniqueMessage: string;
1156
- emailVerifiedMessage: string;
1157
- staleEmailVerificationLink: string;
1158
- identityProviderAlreadyLinkedMessage: string;
1159
- confirmAccountLinking: string;
1160
- confirmEmailAddressVerification: string;
1161
- confirmExecutionOfActions: string;
1162
- backToApplication: string;
1163
- missingParameterMessage: string;
1164
- clientNotFoundMessage: string;
1165
- clientDisabledMessage: string;
1166
- invalidParameterMessage: string;
1167
- alreadyLoggedIn: string;
1168
- differentUserAuthenticated: string;
1169
- brokerLinkingSessionExpired: string;
1170
- proceedWithAction: string;
1171
- "requiredAction.CONFIGURE_TOTP": string;
1172
- "requiredAction.TERMS_AND_CONDITIONS": string;
1173
- "requiredAction.UPDATE_PASSWORD": string;
1174
- "requiredAction.UPDATE_PROFILE": string;
1175
- "requiredAction.VERIFY_EMAIL": string;
1176
- "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
1177
- "requiredAction.webauthn-register-passwordless": string;
1178
- doX509Login: string;
1179
- clientCertificate: string;
1180
- noCertificate: string;
1181
- pageNotFound: string;
1182
- internalServerError: string;
1183
- "console-username": string;
1184
- "console-password": string;
1185
- "console-otp": string;
1186
- "console-new-password": string;
1187
- "console-confirm-password": string;
1188
- "console-update-password": string;
1189
- "console-verify-email": string;
1190
- "console-email-code": string;
1191
- "console-accept-terms": string;
1192
- "console-accept": string;
1193
- "openshift.scope.user_info": string;
1194
- "openshift.scope.user_check-access": string;
1195
- "openshift.scope.user_full": string;
1196
- "openshift.scope.list-projects": string;
1197
- "saml.post-form.title": string;
1198
- "saml.post-form.message": string;
1199
- "saml.post-form.js-disabled": string;
1200
- "otp-display-name": string;
1201
- "otp-help-text": string;
1202
- "password-display-name": string;
1203
- "password-help-text": string;
1204
- "auth-username-form-display-name": string;
1205
- "auth-username-form-help-text": string;
1206
- "auth-username-password-form-display-name": string;
1207
- "auth-username-password-form-help-text": string;
1208
- "error-reset-otp-missing-id": string;
1209
- "auth-recovery-authn-code-form-display-name": string;
1210
- "auth-recovery-authn-code-form-help-text": string;
1211
- "auth-recovery-code-info-message": string;
1212
- "auth-recovery-code-prompt": string;
1213
- "auth-recovery-code-header": string;
1214
- "recovery-codes-error-invalid": string;
1215
- "recovery-code-config-header": string;
1216
- "recovery-code-config-warning-title": string;
1217
- "recovery-code-config-warning-message": string;
1218
- "recovery-codes-print": string;
1219
- "recovery-codes-download": string;
1220
- "recovery-codes-copy": string;
1221
- "recovery-codes-copied": string;
1222
- "recovery-codes-confirmation-message": string;
1223
- "recovery-codes-action-complete": string;
1224
- "recovery-codes-action-cancel": string;
1225
- "recovery-codes-download-file-header": string;
1226
- "recovery-codes-download-file-description": string;
1227
- "recovery-codes-download-file-date": string;
1228
- "recovery-codes-label-default": string;
1229
- "webauthn-display-name": string;
1230
- "webauthn-help-text": string;
1231
- "webauthn-passwordless-display-name": string;
1232
- "webauthn-passwordless-help-text": string;
1233
- "webauthn-login-title": string;
1234
- "webauthn-registration-title": string;
1235
- "webauthn-available-authenticators": string;
1236
- "webauthn-unsupported-browser-text": string;
1237
- "webauthn-doAuthenticate": string;
1238
- "webauthn-error-title": string;
1239
- "webauthn-error-registration": string;
1240
- "webauthn-error-api-get": string;
1241
- "webauthn-error-different-user": string;
1242
- "webauthn-error-auth-verification": string;
1243
- "webauthn-error-register-verification": string;
1244
- "webauthn-error-user-not-found": string;
1245
- "identity-provider-redirector": string;
1246
- "identity-provider-login-label": string;
1247
- "idp-email-verification-display-name": string;
1248
- "idp-email-verification-help-text": string;
1249
- "idp-username-password-form-display-name": string;
1250
- "idp-username-password-form-help-text": string;
1251
- finalDeletionConfirmation: string;
1252
- irreversibleAction: string;
1253
- deleteAccountConfirm: string;
1254
- deletingImplies: string;
1255
- errasingData: string;
1256
- loggingOutImmediately: string;
1257
- accountUnusable: string;
1258
- userDeletedSuccessfully: string;
1259
- "access-denied": string;
1260
- "frontchannel-logout.title": string;
1261
- "frontchannel-logout.message": string;
1262
- logoutConfirmTitle: string;
1263
- logoutConfirmHeader: string;
1264
- doLogout: string;
1265
- readOnlyUsernameMessage: string;
1266
- } | {
1267
- doLogIn: string;
1268
- doRegister: string;
1269
- doRegisterSecurityKey: string;
1270
- doCancel: string;
1271
- doSubmit: string;
1272
- doBack: string;
1273
- doYes: string;
1274
- doNo: string;
1275
- doContinue: string;
1276
- doIgnore: string;
1277
- doAccept: string;
1278
- doDecline: string;
1279
- doForgotPassword: string;
1280
- doClickHere: string;
1281
- doImpersonate: string;
1282
- doTryAgain: string;
1283
- doTryAnotherWay: string;
1284
- doConfirmDelete: string;
1285
- errorDeletingAccount: string;
1286
- deletingAccountForbidden: string;
1287
- kerberosNotConfigured: string;
1288
- kerberosNotConfiguredTitle: string;
1289
- bypassKerberosDetail: string;
1290
- kerberosNotSetUp: string;
1291
- registerTitle: string;
1292
- loginAccountTitle: string;
1293
- loginTitle: string;
1294
- loginTitleHtml: string;
1295
- impersonateTitle: string;
1296
- impersonateTitleHtml: string;
1297
- realmChoice: string;
1298
- unknownUser: string;
1299
- loginTotpTitle: string;
1300
- loginProfileTitle: string;
1301
- loginIdpReviewProfileTitle: string;
1302
- loginTimeout: string;
1303
- reauthenticate: string;
1304
- oauthGrantTitle: string;
1305
- oauthGrantTitleHtml: string;
1306
- oauthGrantInformation: string;
1307
- oauthGrantReview: string;
1308
- oauthGrantTos: string;
1309
- oauthGrantPolicy: string;
1310
- errorTitle: string;
1311
- errorTitleHtml: string;
1312
- emailVerifyTitle: string;
1313
- emailForgotTitle: string;
1314
- updateEmailTitle: string;
1315
- emailUpdateConfirmationSentTitle: string;
1316
- emailUpdateConfirmationSent: string;
1317
- emailUpdatedTitle: string;
1318
- emailUpdated: string;
1319
- updatePasswordTitle: string;
1320
- codeSuccessTitle: string;
1321
- codeErrorTitle: string;
1322
- displayUnsupported: string;
1323
- browserRequired: string;
1324
- browserContinue: string;
1325
- browserContinuePrompt: string;
1326
- browserContinueAnswer: string;
1327
- usb: string;
1328
- nfc: string;
1329
- bluetooth: string;
1330
- internal: string;
1331
- unknown: string;
1332
- termsTitle: string;
1333
- termsText: string;
1334
- termsPlainText: string;
1335
- recaptchaFailed: string;
1336
- recaptchaNotConfigured: string;
1337
- consentDenied: string;
1338
- noAccount: string;
1339
- username: string;
1340
- usernameOrEmail: string;
1341
- firstName: string;
1342
- givenName: string;
1343
- fullName: string;
1344
- lastName: string;
1345
- familyName: string;
1346
- email: string;
1347
- password: string;
1348
- passwordConfirm: string;
1349
- passwordNew: string;
1350
- passwordNewConfirm: string;
1351
- rememberMe: string;
1352
- authenticatorCode: string;
1353
- address: string;
1354
- street: string;
1355
- locality: string;
1356
- region: string;
1357
- postal_code: string;
1358
- country: string;
1359
- emailVerified: string;
1360
- website: string;
1361
- phoneNumber: string;
1362
- phoneNumberVerified: string;
1363
- gender: string;
1364
- birthday: string;
1365
- zoneinfo: string;
1366
- gssDelegationCredential: string;
1367
- logoutOtherSessions: string;
1368
- profileScopeConsentText: string;
1369
- emailScopeConsentText: string;
1370
- addressScopeConsentText: string;
1371
- phoneScopeConsentText: string;
1372
- offlineAccessScopeConsentText: string;
1373
- samlRoleListScopeConsentText: string;
1374
- rolesScopeConsentText: string;
1375
- restartLoginTooltip: string;
1376
- loginTotpIntro: string;
1377
- loginTotpStep1: string;
1378
- loginTotpStep2: string;
1379
- loginTotpStep3: string;
1380
- loginTotpStep3DeviceName: string;
1381
- loginTotpManualStep2: string;
1382
- loginTotpManualStep3: string;
1383
- loginTotpUnableToScan: string;
1384
- loginTotpScanBarcode: string;
1385
- loginCredential: string;
1386
- loginOtpOneTime: string;
1387
- loginTotpType: string;
1388
- loginTotpAlgorithm: string;
1389
- loginTotpDigits: string;
1390
- loginTotpInterval: string;
1391
- loginTotpCounter: string;
1392
- loginTotpDeviceName: string;
1393
- "loginTotp.totp": string;
1394
- "loginTotp.hotp": string;
1395
- totpAppFreeOTPName: string;
1396
- totpAppGoogleName: string;
1397
- totpAppMicrosoftAuthenticatorName: string;
1398
- loginChooseAuthenticator: string;
1399
- oauthGrantRequest: string;
1400
- inResource: string;
1401
- oauth2DeviceVerificationTitle: string;
1402
- verifyOAuth2DeviceUserCode: string;
1403
- oauth2DeviceInvalidUserCodeMessage: string;
1404
- oauth2DeviceExpiredUserCodeMessage: string;
1405
- oauth2DeviceVerificationCompleteHeader: string;
1406
- oauth2DeviceVerificationCompleteMessage: string;
1407
- oauth2DeviceVerificationFailedHeader: string;
1408
- oauth2DeviceVerificationFailedMessage: string;
1409
- oauth2DeviceConsentDeniedMessage: string;
1410
- oauth2DeviceAuthorizationGrantDisabledMessage: string;
1411
- emailVerifyInstruction1: string;
1412
- emailVerifyInstruction2: string;
1413
- emailVerifyInstruction3: string;
1414
- emailLinkIdpTitle: string;
1415
- emailLinkIdp1: string;
1416
- emailLinkIdp2: string;
1417
- emailLinkIdp3: string;
1418
- emailLinkIdp4: string;
1419
- emailLinkIdp5: string;
1420
- backToLogin: string;
1421
- emailInstruction: string;
1422
- emailInstructionUsername: string;
1423
- copyCodeInstruction: string;
1424
- pageExpiredTitle: string;
1425
- pageExpiredMsg1: string;
1426
- pageExpiredMsg2: string;
1427
- personalInfo: string;
1428
- role_admin: string;
1429
- "role_realm-admin": string;
1430
- "role_create-realm": string;
1431
- "role_create-client": string;
1432
- "role_view-realm": string;
1433
- "role_view-users": string;
1434
- "role_view-applications": string;
1435
- "role_view-clients": string;
1436
- "role_view-events": string;
1437
- "role_view-identity-providers": string;
1438
- "role_manage-realm": string;
1439
- "role_manage-users": string;
1440
- "role_manage-applications": string;
1441
- "role_manage-identity-providers": string;
1442
- "role_manage-clients": string;
1443
- "role_manage-events": string;
1444
- "role_view-profile": string;
1445
- "role_manage-account": string;
1446
- "role_manage-account-links": string;
1447
- "role_read-token": string;
1448
- "role_offline-access": string;
1449
- client_account: string;
1450
- "client_account-console": string;
1451
- "client_security-admin-console": string;
1452
- "client_admin-cli": string;
1453
- "client_realm-management": string;
1454
- client_broker: string;
1455
- requiredFields: string;
1456
- invalidUserMessage: string;
1457
- invalidUsernameMessage: string;
1458
- invalidUsernameOrEmailMessage: string;
1459
- invalidPasswordMessage: string;
1460
- invalidEmailMessage: string;
1461
- accountDisabledMessage: string;
1462
- accountTemporarilyDisabledMessage: string;
1463
- expiredCodeMessage: string;
1464
- expiredActionMessage: string;
1465
- expiredActionTokenNoSessionMessage: string;
1466
- expiredActionTokenSessionExistsMessage: string;
1467
- sessionLimitExceeded: string;
1468
- missingFirstNameMessage: string;
1469
- missingLastNameMessage: string;
1470
- missingEmailMessage: string;
1471
- missingUsernameMessage: string;
1472
- missingPasswordMessage: string;
1473
- missingTotpMessage: string;
1474
- missingTotpDeviceNameMessage: string;
1475
- notMatchPasswordMessage: string;
1476
- "error-invalid-value": string;
1477
- "error-invalid-blank": string;
1478
- "error-empty": string;
1479
- "error-invalid-length": string;
1480
- "error-invalid-length-too-short": string;
1481
- "error-invalid-length-too-long": string;
1482
- "error-invalid-email": string;
1483
- "error-invalid-number": string;
1484
- "error-number-out-of-range": string;
1485
- "error-number-out-of-range-too-small": string;
1486
- "error-number-out-of-range-too-big": string;
1487
- "error-pattern-no-match": string;
1488
- "error-invalid-uri": string;
1489
- "error-invalid-uri-scheme": string;
1490
- "error-invalid-uri-fragment": string;
1491
- "error-user-attribute-required": string;
1492
- "error-invalid-date": string;
1493
- "error-user-attribute-read-only": string;
1494
- "error-username-invalid-character": string;
1495
- "error-person-name-invalid-character": string;
1496
- invalidPasswordExistingMessage: string;
1497
- invalidPasswordBlacklistedMessage: string;
1498
- invalidPasswordConfirmMessage: string;
1499
- invalidTotpMessage: string;
1500
- usernameExistsMessage: string;
1501
- emailExistsMessage: string;
1502
- federatedIdentityExistsMessage: string;
1503
- federatedIdentityUnavailableMessage: string;
1504
- confirmLinkIdpTitle: string;
1505
- federatedIdentityConfirmLinkMessage: string;
1506
- federatedIdentityConfirmReauthenticateMessage: string;
1507
- nestedFirstBrokerFlowMessage: string;
1508
- confirmLinkIdpReviewProfile: string;
1509
- confirmLinkIdpContinue: string;
1510
- configureTotpMessage: string;
1511
- configureBackupCodesMessage: string;
1512
- updateProfileMessage: string;
1513
- updatePasswordMessage: string;
1514
- updateEmailMessage: string;
1515
- resetPasswordMessage: string;
1516
- verifyEmailMessage: string;
1517
- linkIdpMessage: string;
1518
- emailSentMessage: string;
1519
- emailSendErrorMessage: string;
1520
- accountUpdatedMessage: string;
1521
- accountPasswordUpdatedMessage: string;
1522
- delegationCompleteHeader: string;
1523
- delegationCompleteMessage: string;
1524
- delegationFailedHeader: string;
1525
- delegationFailedMessage: string;
1526
- noAccessMessage: string;
1527
- invalidPasswordMinLengthMessage: string;
1528
- invalidPasswordMaxLengthMessage: string;
1529
- invalidPasswordMinDigitsMessage: string;
1530
- invalidPasswordMinLowerCaseCharsMessage: string;
1531
- invalidPasswordMinUpperCaseCharsMessage: string;
1532
- invalidPasswordMinSpecialCharsMessage: string;
1533
- invalidPasswordNotUsernameMessage: string;
1534
- invalidPasswordNotEmailMessage: string;
1535
- invalidPasswordRegexPatternMessage: string;
1536
- invalidPasswordHistoryMessage: string;
1537
- invalidPasswordGenericMessage: string;
1538
- failedToProcessResponseMessage: string;
1539
- httpsRequiredMessage: string;
1540
- realmNotEnabledMessage: string;
1541
- invalidRequestMessage: string;
1542
- successLogout: string;
1543
- failedLogout: string;
1544
- unknownLoginRequesterMessage: string;
1545
- loginRequesterNotEnabledMessage: string;
1546
- bearerOnlyMessage: string;
1547
- standardFlowDisabledMessage: string;
1548
- implicitFlowDisabledMessage: string;
1549
- invalidRedirectUriMessage: string;
1550
- unsupportedNameIdFormatMessage: string;
1551
- invalidRequesterMessage: string;
1552
- registrationNotAllowedMessage: string;
1553
- resetCredentialNotAllowedMessage: string;
1554
- permissionNotApprovedMessage: string;
1555
- noRelayStateInResponseMessage: string;
1556
- insufficientPermissionMessage: string;
1557
- couldNotProceedWithAuthenticationRequestMessage: string;
1558
- couldNotObtainTokenMessage: string;
1559
- unexpectedErrorRetrievingTokenMessage: string;
1560
- unexpectedErrorHandlingResponseMessage: string;
1561
- identityProviderAuthenticationFailedMessage: string;
1562
- couldNotSendAuthenticationRequestMessage: string;
1563
- unexpectedErrorHandlingRequestMessage: string;
1564
- invalidAccessCodeMessage: string;
1565
- sessionNotActiveMessage: string;
1566
- invalidCodeMessage: string;
1567
- cookieNotFoundMessage: string;
1568
- insufficientLevelOfAuthentication: string;
1569
- identityProviderUnexpectedErrorMessage: string;
1570
- identityProviderMissingStateMessage: string;
1571
- identityProviderInvalidResponseMessage: string;
1572
- identityProviderInvalidSignatureMessage: string;
1573
- identityProviderNotFoundMessage: string;
1574
- identityProviderLinkSuccess: string;
1575
- staleCodeMessage: string;
1576
- realmSupportsNoCredentialsMessage: string;
1577
- credentialSetupRequired: string;
1578
- identityProviderNotUniqueMessage: string;
1579
- emailVerifiedMessage: string;
1580
- staleEmailVerificationLink: string;
1581
- identityProviderAlreadyLinkedMessage: string;
1582
- confirmAccountLinking: string;
1583
- confirmEmailAddressVerification: string;
1584
- confirmExecutionOfActions: string;
1585
- locale_ar: string;
1586
- locale_ca: string;
1587
- locale_cs: string;
1588
- locale_da: string;
1589
- locale_de: string;
1590
- locale_en: string;
1591
- locale_es: string;
1592
- locale_fr: string;
1593
- locale_gr: string;
1594
- locale_hu: string;
1595
- locale_it: string;
1596
- locale_ja: string;
1597
- locale_lt: string;
1598
- locale_nl: string;
1599
- locale_no: string;
1600
- locale_pl: string;
1601
- locale_pt_BR: string;
1602
- "locale_pt-BR": string;
1603
- locale_ru: string;
1604
- locale_sk: string;
1605
- locale_sv: string;
1606
- locale_tr: string;
1607
- "locale_zh-CN": string;
1608
- locale_fi: string;
1609
- backToApplication: string;
1610
- missingParameterMessage: string;
1611
- clientNotFoundMessage: string;
1612
- clientDisabledMessage: string;
1613
- invalidParameterMessage: string;
1614
- alreadyLoggedIn: string;
1615
- differentUserAuthenticated: string;
1616
- brokerLinkingSessionExpired: string;
1617
- proceedWithAction: string;
1618
- acrNotFulfilled: string;
1619
- "requiredAction.CONFIGURE_TOTP": string;
1620
- "requiredAction.terms_and_conditions": string;
1621
- "requiredAction.UPDATE_PASSWORD": string;
1622
- "requiredAction.UPDATE_PROFILE": string;
1623
- "requiredAction.VERIFY_EMAIL": string;
1624
- "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
1625
- "requiredAction.webauthn-register-passwordless": string;
1626
- invalidTokenRequiredActions: string;
1627
- doX509Login: string;
1628
- clientCertificate: string;
1629
- noCertificate: string;
1630
- pageNotFound: string;
1631
- internalServerError: string;
1632
- "console-username": string;
1633
- "console-password": string;
1634
- "console-otp": string;
1635
- "console-new-password": string;
1636
- "console-confirm-password": string;
1637
- "console-update-password": string;
1638
- "console-verify-email": string;
1639
- "console-email-code": string;
1640
- "console-accept-terms": string;
1641
- "console-accept": string;
1642
- "openshift.scope.user_info": string;
1643
- "openshift.scope.user_check-access": string;
1644
- "openshift.scope.user_full": string;
1645
- "openshift.scope.list-projects": string;
1646
- "saml.post-form.title": string;
1647
- "saml.post-form.message": string;
1648
- "saml.post-form.js-disabled": string;
1649
- "saml.artifactResolutionServiceInvalidResponse": string;
1650
- "otp-display-name": string;
1651
- "otp-help-text": string;
1652
- "password-display-name": string;
1653
- "password-help-text": string;
1654
- "auth-username-form-display-name": string;
1655
- "auth-username-form-help-text": string;
1656
- "auth-username-password-form-display-name": string;
1657
- "auth-username-password-form-help-text": string;
1658
- "auth-recovery-authn-code-form-display-name": string;
1659
- "auth-recovery-authn-code-form-help-text": string;
1660
- "auth-recovery-code-info-message": string;
1661
- "auth-recovery-code-prompt": string;
1662
- "auth-recovery-code-header": string;
1663
- "recovery-codes-error-invalid": string;
1664
- "recovery-code-config-header": string;
1665
- "recovery-code-config-warning-title": string;
1666
- "recovery-code-config-warning-message": string;
1667
- "recovery-codes-print": string;
1668
- "recovery-codes-download": string;
1669
- "recovery-codes-copy": string;
1670
- "recovery-codes-copied": string;
1671
- "recovery-codes-confirmation-message": string;
1672
- "recovery-codes-action-complete": string;
1673
- "recovery-codes-action-cancel": string;
1674
- "recovery-codes-download-file-header": string;
1675
- "recovery-codes-download-file-description": string;
1676
- "recovery-codes-download-file-date": string;
1677
- "recovery-codes-label-default": string;
1678
- "webauthn-display-name": string;
1679
- "webauthn-help-text": string;
1680
- "webauthn-passwordless-display-name": string;
1681
- "webauthn-passwordless-help-text": string;
1682
- "webauthn-login-title": string;
1683
- "webauthn-registration-title": string;
1684
- "webauthn-available-authenticators": string;
1685
- "webauthn-unsupported-browser-text": string;
1686
- "webauthn-doAuthenticate": string;
1687
- "webauthn-createdAt-label": string;
1688
- "webauthn-error-title": string;
1689
- "webauthn-error-registration": string;
1690
- "webauthn-error-api-get": string;
1691
- "webauthn-error-different-user": string;
1692
- "webauthn-error-auth-verification": string;
1693
- "webauthn-error-register-verification": string;
1694
- "webauthn-error-user-not-found": string;
1695
- "identity-provider-redirector": string;
1696
- "identity-provider-login-label": string;
1697
- "idp-email-verification-display-name": string;
1698
- "idp-email-verification-help-text": string;
1699
- "idp-username-password-form-display-name": string;
1700
- "idp-username-password-form-help-text": string;
1701
- finalDeletionConfirmation: string;
1702
- irreversibleAction: string;
1703
- deleteAccountConfirm: string;
1704
- deletingImplies: string;
1705
- errasingData: string;
1706
- loggingOutImmediately: string;
1707
- accountUnusable: string;
1708
- userDeletedSuccessfully: string;
1709
- "access-denied": string;
1710
- "access-denied-when-idp-auth": string;
1711
- "frontchannel-logout.title": string;
1712
- "frontchannel-logout.message": string;
1713
- logoutConfirmTitle: string;
1714
- logoutConfirmHeader: string;
1715
- doLogout: string;
1716
- readOnlyUsernameMessage: string;
1717
- } | {
1718
- doLogIn: string;
1719
- doRegister: string;
1720
- doRegisterSecurityKey: string;
1721
- doCancel: string;
1722
- doSubmit: string;
1723
- doBack: string;
1724
- doYes: string;
1725
- doNo: string;
1726
- doContinue: string;
1727
- doIgnore: string;
1728
- doAccept: string;
1729
- doDecline: string;
1730
- doForgotPassword: string;
1731
- doClickHere: string;
1732
- doImpersonate: string;
1733
- doTryAgain: string;
1734
- doTryAnotherWay: string;
1735
- doConfirmDelete: string;
1736
- errorDeletingAccount: string;
1737
- deletingAccountForbidden: string;
1738
- kerberosNotConfigured: string;
1739
- kerberosNotConfiguredTitle: string;
1740
- bypassKerberosDetail: string;
1741
- kerberosNotSetUp: string;
1742
- registerTitle: string;
1743
- loginAccountTitle: string;
1744
- loginTitle: string;
1745
- loginTitleHtml: string;
1746
- impersonateTitle: string;
1747
- impersonateTitleHtml: string;
1748
- realmChoice: string;
1749
- unknownUser: string;
1750
- loginTotpTitle: string;
1751
- loginProfileTitle: string;
1752
- loginIdpReviewProfileTitle: string;
1753
- loginTimeout: string;
1754
- oauthGrantTitle: string;
1755
- oauthGrantTitleHtml: string;
1756
- errorTitle: string;
1757
- errorTitleHtml: string;
1758
- emailVerifyTitle: string;
1759
- emailForgotTitle: string;
1760
- updatePasswordTitle: string;
1761
- codeSuccessTitle: string;
1762
- codeErrorTitle: string;
1763
- displayUnsupported: string;
1764
- browserRequired: string;
1765
- browserContinue: string;
1766
- browserContinuePrompt: string;
1767
- browserContinueAnswer: string;
1768
- termsTitle: string;
1769
- termsText: string;
1770
- termsPlainText: string;
1771
- recaptchaFailed: string;
1772
- recaptchaNotConfigured: string;
1773
- consentDenied: string;
1774
- noAccount: string;
1775
- username: string;
1776
- usernameOrEmail: string;
1777
- firstName: string;
1778
- givenName: string;
1779
- fullName: string;
1780
- lastName: string;
1781
- familyName: string;
1782
- email: string;
1783
- password: string;
1784
- passwordConfirm: string;
1785
- passwordNew: string;
1786
- passwordNewConfirm: string;
1787
- rememberMe: string;
1788
- authenticatorCode: string;
1789
- address: string;
1790
- street: string;
1791
- locality: string;
1792
- region: string;
1793
- postal_code: string;
1794
- country: string;
1795
- emailVerified: string;
1796
- website: string;
1797
- phoneNumber: string;
1798
- phoneNumberVerified: string;
1799
- gender: string;
1800
- birthday: string;
1801
- zoneinfo: string;
1802
- gssDelegationCredential: string;
1803
- logoutOtherSessions: string;
1804
- profileScopeConsentText: string;
1805
- emailScopeConsentText: string;
1806
- addressScopeConsentText: string;
1807
- phoneScopeConsentText: string;
1808
- offlineAccessScopeConsentText: string;
1809
- samlRoleListScopeConsentText: string;
1810
- rolesScopeConsentText: string;
1811
- restartLoginTooltip: string;
1812
- loginTotpIntro: string;
1813
- loginTotpStep1: string;
1814
- loginTotpStep2: string;
1815
- loginTotpStep3: string;
1816
- loginTotpStep3DeviceName: string;
1817
- loginTotpManualStep2: string;
1818
- loginTotpManualStep3: string;
1819
- loginTotpUnableToScan: string;
1820
- loginTotpScanBarcode: string;
1821
- loginCredential: string;
1822
- loginTotpOneTime: string;
1823
- loginTotpType: string;
1824
- loginTotpAlgorithm: string;
1825
- loginTotpDigits: string;
1826
- loginTotpInterval: string;
1827
- loginTotpCounter: string;
1828
- loginTotpDeviceName: string;
1829
- "loginTotp.totp": string;
1830
- "loginTotp.hotp": string;
1831
- loginChooseAuthenticator: string;
1832
- oauthGrantRequest: string;
1833
- inResource: string;
1834
- oauth2DeviceVerificationTitle: string;
1835
- verifyOAuth2DeviceUserCode: string;
1836
- oauth2DeviceInvalidUserCodeMessage: string;
1837
- oauth2DeviceExpiredUserCodeMessage: string;
1838
- oauth2DeviceVerificationCompleteHeader: string;
1839
- oauth2DeviceVerificationCompleteMessage: string;
1840
- oauth2DeviceVerificationFailedHeader: string;
1841
- oauth2DeviceVerificationFailedMessage: string;
1842
- oauth2DeviceConsentDeniedMessage: string;
1843
- oauth2DeviceAuthorizationGrantDisabledMessage: string;
1844
- emailVerifyInstruction1: string;
1845
- emailVerifyInstruction2: string;
1846
- emailVerifyInstruction3: string;
1847
- emailLinkIdpTitle: string;
1848
- emailLinkIdp1: string;
1849
- emailLinkIdp2: string;
1850
- emailLinkIdp3: string;
1851
- emailLinkIdp4: string;
1852
- emailLinkIdp5: string;
1853
- backToLogin: string;
1854
- emailInstruction: string;
1855
- emailInstructionUsername: string;
1856
- copyCodeInstruction: string;
1857
- pageExpiredTitle: string;
1858
- pageExpiredMsg1: string;
1859
- pageExpiredMsg2: string;
1860
- personalInfo: string;
1861
- role_admin: string;
1862
- "role_realm-admin": string;
1863
- "role_create-realm": string;
1864
- "role_create-client": string;
1865
- "role_view-realm": string;
1866
- "role_view-users": string;
1867
- "role_view-applications": string;
1868
- "role_view-clients": string;
1869
- "role_view-events": string;
1870
- "role_view-identity-providers": string;
1871
- "role_manage-realm": string;
1872
- "role_manage-users": string;
1873
- "role_manage-applications": string;
1874
- "role_manage-identity-providers": string;
1875
- "role_manage-clients": string;
1876
- "role_manage-events": string;
1877
- "role_view-profile": string;
1878
- "role_manage-account": string;
1879
- "role_manage-account-links": string;
1880
- "role_read-token": string;
1881
- "role_offline-access": string;
1882
- client_account: string;
1883
- "client_account-console": string;
1884
- "client_security-admin-console": string;
1885
- "client_admin-cli": string;
1886
- "client_realm-management": string;
1887
- client_broker: string;
1888
- requiredFields: string;
1889
- invalidUserMessage: string;
1890
- invalidUsernameMessage: string;
1891
- invalidUsernameOrEmailMessage: string;
1892
- invalidPasswordMessage: string;
1893
- invalidEmailMessage: string;
1894
- accountDisabledMessage: string;
1895
- accountTemporarilyDisabledMessage: string;
1896
- expiredCodeMessage: string;
1897
- expiredActionMessage: string;
1898
- expiredActionTokenNoSessionMessage: string;
1899
- expiredActionTokenSessionExistsMessage: string;
1900
- missingFirstNameMessage: string;
1901
- missingLastNameMessage: string;
1902
- missingEmailMessage: string;
1903
- missingUsernameMessage: string;
1904
- missingPasswordMessage: string;
1905
- missingTotpMessage: string;
1906
- missingTotpDeviceNameMessage: string;
1907
- notMatchPasswordMessage: string;
1908
- "error-invalid-value": string;
1909
- "error-invalid-blank": string;
1910
- "error-empty": string;
1911
- "error-invalid-length": string;
1912
- "error-invalid-length-too-short": string;
1913
- "error-invalid-length-too-long": string;
1914
- "error-invalid-email": string;
1915
- "error-invalid-number": string;
1916
- "error-number-out-of-range": string;
1917
- "error-number-out-of-range-too-small": string;
1918
- "error-number-out-of-range-too-big": string;
1919
- "error-pattern-no-match": string;
1920
- "error-invalid-uri": string;
1921
- "error-invalid-uri-scheme": string;
1922
- "error-invalid-uri-fragment": string;
1923
- "error-user-attribute-required": string;
1924
- "error-invalid-date": string;
1925
- "error-user-attribute-read-only": string;
1926
- "error-username-invalid-character": string;
1927
- "error-person-name-invalid-character": string;
1928
- invalidPasswordExistingMessage: string;
1929
- invalidPasswordBlacklistedMessage: string;
1930
- invalidPasswordConfirmMessage: string;
1931
- invalidTotpMessage: string;
1932
- usernameExistsMessage: string;
1933
- emailExistsMessage: string;
1934
- federatedIdentityExistsMessage: string;
1935
- federatedIdentityUnavailableMessage: string;
1936
- confirmLinkIdpTitle: string;
1937
- federatedIdentityConfirmLinkMessage: string;
1938
- federatedIdentityConfirmReauthenticateMessage: string;
1939
- nestedFirstBrokerFlowMessage: string;
1940
- confirmLinkIdpReviewProfile: string;
1941
- confirmLinkIdpContinue: string;
1942
- configureTotpMessage: string;
1943
- updateProfileMessage: string;
1944
- updatePasswordMessage: string;
1945
- resetPasswordMessage: string;
1946
- verifyEmailMessage: string;
1947
- linkIdpMessage: string;
1948
- emailSentMessage: string;
1949
- emailSendErrorMessage: string;
1950
- accountUpdatedMessage: string;
1951
- accountPasswordUpdatedMessage: string;
1952
- delegationCompleteHeader: string;
1953
- delegationCompleteMessage: string;
1954
- delegationFailedHeader: string;
1955
- delegationFailedMessage: string;
1956
- noAccessMessage: string;
1957
- invalidPasswordMinLengthMessage: string;
1958
- invalidPasswordMaxLengthMessage: string;
1959
- invalidPasswordMinDigitsMessage: string;
1960
- invalidPasswordMinLowerCaseCharsMessage: string;
1961
- invalidPasswordMinUpperCaseCharsMessage: string;
1962
- invalidPasswordMinSpecialCharsMessage: string;
1963
- invalidPasswordNotUsernameMessage: string;
1964
- invalidPasswordNotEmailMessage: string;
1965
- invalidPasswordRegexPatternMessage: string;
1966
- invalidPasswordHistoryMessage: string;
1967
- invalidPasswordGenericMessage: string;
1968
- failedToProcessResponseMessage: string;
1969
- httpsRequiredMessage: string;
1970
- realmNotEnabledMessage: string;
1971
- invalidRequestMessage: string;
1972
- failedLogout: string;
1973
- unknownLoginRequesterMessage: string;
1974
- loginRequesterNotEnabledMessage: string;
1975
- bearerOnlyMessage: string;
1976
- standardFlowDisabledMessage: string;
1977
- implicitFlowDisabledMessage: string;
1978
- invalidRedirectUriMessage: string;
1979
- unsupportedNameIdFormatMessage: string;
1980
- invalidRequesterMessage: string;
1981
- registrationNotAllowedMessage: string;
1982
- resetCredentialNotAllowedMessage: string;
1983
- permissionNotApprovedMessage: string;
1984
- noRelayStateInResponseMessage: string;
1985
- insufficientPermissionMessage: string;
1986
- couldNotProceedWithAuthenticationRequestMessage: string;
1987
- couldNotObtainTokenMessage: string;
1988
- unexpectedErrorRetrievingTokenMessage: string;
1989
- unexpectedErrorHandlingResponseMessage: string;
1990
- identityProviderAuthenticationFailedMessage: string;
1991
- identityProviderDifferentUserMessage: string;
1992
- couldNotSendAuthenticationRequestMessage: string;
1993
- unexpectedErrorHandlingRequestMessage: string;
1994
- invalidAccessCodeMessage: string;
1995
- sessionNotActiveMessage: string;
1996
- invalidCodeMessage: string;
1997
- identityProviderUnexpectedErrorMessage: string;
1998
- identityProviderNotFoundMessage: string;
1999
- identityProviderLinkSuccess: string;
2000
- staleCodeMessage: string;
2001
- realmSupportsNoCredentialsMessage: string;
2002
- credentialSetupRequired: string;
2003
- identityProviderNotUniqueMessage: string;
2004
- emailVerifiedMessage: string;
2005
- staleEmailVerificationLink: string;
2006
- identityProviderAlreadyLinkedMessage: string;
2007
- confirmAccountLinking: string;
2008
- confirmEmailAddressVerification: string;
2009
- confirmExecutionOfActions: string;
2010
- backToApplication: string;
2011
- missingParameterMessage: string;
2012
- clientNotFoundMessage: string;
2013
- clientDisabledMessage: string;
2014
- invalidParameterMessage: string;
2015
- alreadyLoggedIn: string;
2016
- differentUserAuthenticated: string;
2017
- brokerLinkingSessionExpired: string;
2018
- proceedWithAction: string;
2019
- "requiredAction.CONFIGURE_TOTP": string;
2020
- "requiredAction.TERMS_AND_CONDITIONS": string;
2021
- "requiredAction.UPDATE_PASSWORD": string;
2022
- "requiredAction.UPDATE_PROFILE": string;
2023
- "requiredAction.VERIFY_EMAIL": string;
2024
- doX509Login: string;
2025
- clientCertificate: string;
2026
- noCertificate: string;
2027
- pageNotFound: string;
2028
- internalServerError: string;
2029
- "console-username": string;
2030
- "console-password": string;
2031
- "console-otp": string;
2032
- "console-new-password": string;
2033
- "console-confirm-password": string;
2034
- "console-update-password": string;
2035
- "console-verify-email": string;
2036
- "console-email-code": string;
2037
- "console-accept-terms": string;
2038
- "console-accept": string;
2039
- "openshift.scope.user_info": string;
2040
- "openshift.scope.user_check-access": string;
2041
- "openshift.scope.user_full": string;
2042
- "openshift.scope.list-projects": string;
2043
- "saml.post-form.title": string;
2044
- "saml.post-form.message": string;
2045
- "saml.post-form.js-disabled": string;
2046
- "saml.artifactResolutionServiceInvalidResponse": string;
2047
- "otp-display-name": string;
2048
- "otp-help-text": string;
2049
- "password-display-name": string;
2050
- "password-help-text": string;
2051
- "auth-username-form-display-name": string;
2052
- "auth-username-form-help-text": string;
2053
- "auth-username-password-form-display-name": string;
2054
- "auth-username-password-form-help-text": string;
2055
- "webauthn-display-name": string;
2056
- "webauthn-help-text": string;
2057
- "webauthn-passwordless-display-name": string;
2058
- "webauthn-passwordless-help-text": string;
2059
- "webauthn-login-title": string;
2060
- "webauthn-registration-title": string;
2061
- "webauthn-available-authenticators": string;
2062
- "webauthn-unsupported-browser-text": string;
2063
- "webauthn-doAuthenticate": string;
2064
- "webauthn-error-title": string;
2065
- "webauthn-error-registration": string;
2066
- "webauthn-error-api-get": string;
2067
- "webauthn-error-different-user": string;
2068
- "webauthn-error-auth-verification": string;
2069
- "webauthn-error-register-verification": string;
2070
- "webauthn-error-user-not-found": string;
2071
- "identity-provider-redirector": string;
2072
- "identity-provider-login-label": string;
2073
- finalDeletionConfirmation: string;
2074
- irreversibleAction: string;
2075
- deleteAccountConfirm: string;
2076
- deletingImplies: string;
2077
- errasingData: string;
2078
- loggingOutImmediately: string;
2079
- accountUnusable: string;
2080
- userDeletedSuccessfully: string;
2081
- "access-denied": string;
2082
- readOnlyUsernameMessage: string;
2083
- } | {
2084
- doLogIn: string;
2085
- doRegister: string;
2086
- doRegisterSecurityKey: string;
2087
- doCancel: string;
2088
- doSubmit: string;
2089
- doYes: string;
2090
- doNo: string;
2091
- doContinue: string;
2092
- doAccept: string;
2093
- doDecline: string;
2094
- doForgotPassword: string;
2095
- doClickHere: string;
2096
- doImpersonate: string;
2097
- kerberosNotConfigured: string;
2098
- kerberosNotConfiguredTitle: string;
2099
- bypassKerberosDetail: string;
2100
- kerberosNotSetUp: string;
2101
- registerWithTitle: string;
2102
- registerWithTitleHtml: string;
2103
- loginTitle: string;
2104
- loginTitleHtml: string;
2105
- impersonateTitle: string;
2106
- impersonateTitleHtml: string;
2107
- realmChoice: string;
2108
- unknownUser: string;
2109
- loginTotpTitle: string;
2110
- loginProfileTitle: string;
2111
- loginTimeout: string;
2112
- oauthGrantTitle: string;
2113
- oauthGrantTitleHtml: string;
2114
- errorTitle: string;
2115
- errorTitleHtml: string;
2116
- emailVerifyTitle: string;
2117
- emailForgotTitle: string;
2118
- updatePasswordTitle: string;
2119
- codeSuccessTitle: string;
2120
- codeErrorTitle: string;
2121
- termsTitle: string;
2122
- termsTitleHtml: string;
2123
- termsText: string;
2124
- recaptchaFailed: string;
2125
- recaptchaNotConfigured: string;
2126
- consentDenied: string;
2127
- noAccount: string;
2128
- username: string;
2129
- usernameOrEmail: string;
2130
- firstName: string;
2131
- givenName: string;
2132
- fullName: string;
2133
- lastName: string;
2134
- familyName: string;
2135
- email: string;
2136
- password: string;
2137
- passwordConfirm: string;
2138
- passwordNew: string;
2139
- passwordNewConfirm: string;
2140
- rememberMe: string;
2141
- authenticatorCode: string;
2142
- address: string;
2143
- street: string;
2144
- locality: string;
2145
- region: string;
2146
- postal_code: string;
2147
- country: string;
2148
- emailVerified: string;
2149
- gssDelegationCredential: string;
2150
- loginTotpStep1: string;
2151
- loginTotpStep2: string;
2152
- loginTotpStep3: string;
2153
- loginOtpOneTime: string;
2154
- oauthGrantRequest: string;
2155
- inResource: string;
2156
- emailVerifyInstruction1: string;
2157
- emailVerifyInstruction2: string;
2158
- emailVerifyInstruction3: string;
2159
- emailLinkIdpTitle: string;
2160
- emailLinkIdp1: string;
2161
- emailLinkIdp2: string;
2162
- emailLinkIdp3: string;
2163
- backToLogin: string;
2164
- emailInstruction: string;
2165
- copyCodeInstruction: string;
2166
- personalInfo: string;
2167
- role_admin: string;
2168
- "role_realm-admin": string;
2169
- "role_create-realm": string;
2170
- "role_create-client": string;
2171
- "role_view-realm": string;
2172
- "role_view-users": string;
2173
- "role_view-applications": string;
2174
- "role_view-clients": string;
2175
- "role_view-events": string;
2176
- "role_view-identity-providers": string;
2177
- "role_manage-realm": string;
2178
- "role_manage-users": string;
2179
- "role_manage-applications": string;
2180
- "role_manage-identity-providers": string;
2181
- "role_manage-clients": string;
2182
- "role_manage-events": string;
2183
- "role_view-profile": string;
2184
- "role_manage-account": string;
2185
- "role_read-token": string;
2186
- "role_offline-access": string;
2187
- client_account: string;
2188
- "client_security-admin-console": string;
2189
- "client_admin-cli": string;
2190
- "client_realm-management": string;
2191
- client_broker: string;
2192
- invalidUserMessage: string;
2193
- invalidEmailMessage: string;
2194
- accountDisabledMessage: string;
2195
- accountTemporarilyDisabledMessage: string;
2196
- expiredCodeMessage: string;
2197
- missingFirstNameMessage: string;
2198
- missingLastNameMessage: string;
2199
- missingEmailMessage: string;
2200
- missingUsernameMessage: string;
2201
- missingPasswordMessage: string;
2202
- missingTotpMessage: string;
2203
- notMatchPasswordMessage: string;
2204
- invalidPasswordExistingMessage: string;
2205
- invalidPasswordConfirmMessage: string;
2206
- invalidTotpMessage: string;
2207
- usernameExistsMessage: string;
2208
- emailExistsMessage: string;
2209
- federatedIdentityExistsMessage: string;
2210
- confirmLinkIdpTitle: string;
2211
- federatedIdentityConfirmLinkMessage: string;
2212
- federatedIdentityConfirmReauthenticateMessage: string;
2213
- confirmLinkIdpReviewProfile: string;
2214
- confirmLinkIdpContinue: string;
2215
- configureTotpMessage: string;
2216
- updateProfileMessage: string;
2217
- updatePasswordMessage: string;
2218
- verifyEmailMessage: string;
2219
- linkIdpMessage: string;
2220
- emailSentMessage: string;
2221
- emailSendErrorMessage: string;
2222
- accountUpdatedMessage: string;
2223
- accountPasswordUpdatedMessage: string;
2224
- noAccessMessage: string;
2225
- invalidPasswordMinLengthMessage: string;
2226
- invalidPasswordMinDigitsMessage: string;
2227
- invalidPasswordMinLowerCaseCharsMessage: string;
2228
- invalidPasswordMinUpperCaseCharsMessage: string;
2229
- invalidPasswordMinSpecialCharsMessage: string;
2230
- invalidPasswordNotUsernameMessage: string;
2231
- invalidPasswordRegexPatternMessage: string;
2232
- invalidPasswordHistoryMessage: string;
2233
- failedToProcessResponseMessage: string;
2234
- httpsRequiredMessage: string;
2235
- realmNotEnabledMessage: string;
2236
- invalidRequestMessage: string;
2237
- failedLogout: string;
2238
- unknownLoginRequesterMessage: string;
2239
- loginRequesterNotEnabledMessage: string;
2240
- bearerOnlyMessage: string;
2241
- standardFlowDisabledMessage: string;
2242
- implicitFlowDisabledMessage: string;
2243
- invalidRedirectUriMessage: string;
2244
- unsupportedNameIdFormatMessage: string;
2245
- invalidRequesterMessage: string;
2246
- registrationNotAllowedMessage: string;
2247
- resetCredentialNotAllowedMessage: string;
2248
- permissionNotApprovedMessage: string;
2249
- noRelayStateInResponseMessage: string;
2250
- insufficientPermissionMessage: string;
2251
- couldNotProceedWithAuthenticationRequestMessage: string;
2252
- couldNotObtainTokenMessage: string;
2253
- unexpectedErrorRetrievingTokenMessage: string;
2254
- unexpectedErrorHandlingResponseMessage: string;
2255
- identityProviderAuthenticationFailedMessage: string;
2256
- couldNotSendAuthenticationRequestMessage: string;
2257
- unexpectedErrorHandlingRequestMessage: string;
2258
- invalidAccessCodeMessage: string;
2259
- sessionNotActiveMessage: string;
2260
- invalidCodeMessage: string;
2261
- identityProviderUnexpectedErrorMessage: string;
2262
- identityProviderNotFoundMessage: string;
2263
- identityProviderLinkSuccess: string;
2264
- staleCodeMessage: string;
2265
- realmSupportsNoCredentialsMessage: string;
2266
- identityProviderNotUniqueMessage: string;
2267
- emailVerifiedMessage: string;
2268
- staleEmailVerificationLink: string;
2269
- backToApplication: string;
2270
- missingParameterMessage: string;
2271
- clientNotFoundMessage: string;
2272
- clientDisabledMessage: string;
2273
- invalidParameterMessage: string;
2274
- alreadyLoggedIn: string;
2275
- } | {
2276
- doLogIn: string;
2277
- doRegister: string;
2278
- doRegisterSecurityKey: string;
2279
- doCancel: string;
2280
- doSubmit: string;
2281
- doBack: string;
2282
- doYes: string;
2283
- doNo: string;
2284
- doContinue: string;
2285
- doIgnore: string;
2286
- doAccept: string;
2287
- doDecline: string;
2288
- doForgotPassword: string;
2289
- doClickHere: string;
2290
- doImpersonate: string;
2291
- doTryAgain: string;
2292
- doTryAnotherWay: string;
2293
- doConfirmDelete: string;
2294
- errorDeletingAccount: string;
2295
- deletingAccountForbidden: string;
2296
- kerberosNotConfigured: string;
2297
- kerberosNotConfiguredTitle: string;
2298
- bypassKerberosDetail: string;
2299
- kerberosNotSetUp: string;
2300
- registerTitle: string;
2301
- loginAccountTitle: string;
2302
- loginTitle: string;
2303
- loginTitleHtml: string;
2304
- impersonateTitle: string;
2305
- impersonateTitleHtml: string;
2306
- realmChoice: string;
2307
- unknownUser: string;
2308
- loginTotpTitle: string;
2309
- loginProfileTitle: string;
2310
- loginIdpReviewProfileTitle: string;
2311
- loginTimeout: string;
2312
- oauthGrantTitle: string;
2313
- oauthGrantTitleHtml: string;
2314
- errorTitle: string;
2315
- errorTitleHtml: string;
2316
- emailVerifyTitle: string;
2317
- emailForgotTitle: string;
2318
- updatePasswordTitle: string;
2319
- codeSuccessTitle: string;
2320
- codeErrorTitle: string;
2321
- displayUnsupported: string;
2322
- browserRequired: string;
2323
- browserContinue: string;
2324
- browserContinuePrompt: string;
2325
- browserContinueAnswer: string;
2326
- termsTitle: string;
2327
- termsText: string;
2328
- termsPlainText: string;
2329
- recaptchaFailed: string;
2330
- recaptchaNotConfigured: string;
2331
- consentDenied: string;
2332
- noAccount: string;
2333
- username: string;
2334
- usernameOrEmail: string;
2335
- firstName: string;
2336
- givenName: string;
2337
- fullName: string;
2338
- lastName: string;
2339
- familyName: string;
2340
- email: string;
2341
- password: string;
2342
- passwordConfirm: string;
2343
- passwordNew: string;
2344
- passwordNewConfirm: string;
2345
- rememberMe: string;
2346
- authenticatorCode: string;
2347
- address: string;
2348
- street: string;
2349
- locality: string;
2350
- region: string;
2351
- postal_code: string;
2352
- country: string;
2353
- emailVerified: string;
2354
- website: string;
2355
- phoneNumber: string;
2356
- phoneNumberVerified: string;
2357
- gender: string;
2358
- birthday: string;
2359
- zoneinfo: string;
2360
- gssDelegationCredential: string;
2361
- logoutOtherSessions: string;
2362
- profileScopeConsentText: string;
2363
- emailScopeConsentText: string;
2364
- addressScopeConsentText: string;
2365
- phoneScopeConsentText: string;
2366
- offlineAccessScopeConsentText: string;
2367
- samlRoleListScopeConsentText: string;
2368
- rolesScopeConsentText: string;
2369
- restartLoginTooltip: string;
2370
- emailVerifyInstruction1: string;
2371
- emailVerifyInstruction2: string;
2372
- emailVerifyInstruction3: string;
2373
- emailLinkIdpTitle: string;
2374
- emailLinkIdp1: string;
2375
- emailLinkIdp2: string;
2376
- emailLinkIdp3: string;
2377
- emailLinkIdp4: string;
2378
- emailLinkIdp5: string;
2379
- backToLogin: string;
2380
- emailInstruction: string;
2381
- copyCodeInstruction: string;
2382
- pageExpiredTitle: string;
2383
- pageExpiredMsg1: string;
2384
- pageExpiredMsg2: string;
2385
- personalInfo: string;
2386
- role_admin: string;
2387
- "role_realm-admin": string;
2388
- "role_create-realm": string;
2389
- "role_view-realm": string;
2390
- "role_view-users": string;
2391
- "role_view-applications": string;
2392
- "role_view-clients": string;
2393
- "role_view-events": string;
2394
- "role_view-identity-providers": string;
2395
- "role_manage-realm": string;
2396
- "role_manage-users": string;
2397
- "role_manage-applications": string;
2398
- "role_manage-identity-providers": string;
2399
- "role_manage-clients": string;
2400
- "role_manage-events": string;
2401
- "role_view-profile": string;
2402
- "role_manage-account": string;
2403
- "role_manage-account-links": string;
2404
- "role_read-token": string;
2405
- "role_offline-access": string;
2406
- role_uma_authorization: string;
2407
- client_account: string;
2408
- "client_security-admin-console": string;
2409
- "client_admin-cli": string;
2410
- "client_realm-management": string;
2411
- client_broker: string;
2412
- invalidUserMessage: string;
2413
- invalidEmailMessage: string;
2414
- accountDisabledMessage: string;
2415
- accountTemporarilyDisabledMessage: string;
2416
- expiredCodeMessage: string;
2417
- expiredActionMessage: string;
2418
- expiredActionTokenNoSessionMessage: string;
2419
- expiredActionTokenSessionExistsMessage: string;
2420
- missingFirstNameMessage: string;
2421
- missingLastNameMessage: string;
2422
- missingEmailMessage: string;
2423
- missingUsernameMessage: string;
2424
- missingPasswordMessage: string;
2425
- notMatchPasswordMessage: string;
2426
- invalidPasswordExistingMessage: string;
2427
- invalidPasswordBlacklistedMessage: string;
2428
- invalidPasswordConfirmMessage: string;
2429
- usernameExistsMessage: string;
2430
- emailExistsMessage: string;
2431
- federatedIdentityExistsMessage: string;
2432
- confirmLinkIdpTitle: string;
2433
- federatedIdentityConfirmLinkMessage: string;
2434
- federatedIdentityConfirmReauthenticateMessage: string;
2435
- confirmLinkIdpReviewProfile: string;
2436
- confirmLinkIdpContinue: string;
2437
- accountUpdatedMessage: string;
2438
- accountPasswordUpdatedMessage: string;
2439
- delegationCompleteHeader: string;
2440
- delegationCompleteMessage: string;
2441
- delegationFailedHeader: string;
2442
- delegationFailedMessage: string;
2443
- noAccessMessage: string;
2444
- invalidPasswordMinLengthMessage: string;
2445
- invalidPasswordMinDigitsMessage: string;
2446
- invalidPasswordMinLowerCaseCharsMessage: string;
2447
- invalidPasswordMinUpperCaseCharsMessage: string;
2448
- invalidPasswordMinSpecialCharsMessage: string;
2449
- invalidPasswordNotUsernameMessage: string;
2450
- invalidPasswordRegexPatternMessage: string;
2451
- invalidPasswordHistoryMessage: string;
2452
- invalidPasswordGenericMessage: string;
2453
- backToApplication: string;
2454
- missingParameterMessage: string;
2455
- clientNotFoundMessage: string;
2456
- clientDisabledMessage: string;
2457
- invalidParameterMessage: string;
2458
- alreadyLoggedIn: string;
2459
- differentUserAuthenticated: string;
2460
- proceedWithAction: string;
2461
- "requiredAction.CONFIGURE_TOTP": string;
2462
- "requiredAction.TERMS_AND_CONDITIONS": string;
2463
- "requiredAction.UPDATE_PASSWORD": string;
2464
- "requiredAction.UPDATE_PROFILE": string;
2465
- "requiredAction.VERIFY_EMAIL": string;
2466
- pageNotFound: string;
2467
- internalServerError: string;
2468
- "console-username": string;
2469
- "console-password": string;
2470
- "console-otp": string;
2471
- "console-new-password": string;
2472
- "console-confirm-password": string;
2473
- "console-update-password": string;
2474
- "console-verify-email": string;
2475
- "console-email-code": string;
2476
- "console-accept-terms": string;
2477
- "console-accept": string;
2478
- } | {
2479
- doLogIn: string;
2480
- doRegister: string;
2481
- doRegisterSecurityKey: string;
2482
- doCancel: string;
2483
- doSubmit: string;
2484
- doBack: string;
2485
- doYes: string;
2486
- doNo: string;
2487
- doContinue: string;
2488
- doIgnore: string;
2489
- doAccept: string;
2490
- doDecline: string;
2491
- doForgotPassword: string;
2492
- doClickHere: string;
2493
- doImpersonate: string;
2494
- doTryAgain: string;
2495
- doTryAnotherWay: string;
2496
- doConfirmDelete: string;
2497
- errorDeletingAccount: string;
2498
- deletingAccountForbidden: string;
2499
- kerberosNotConfigured: string;
2500
- kerberosNotConfiguredTitle: string;
2501
- bypassKerberosDetail: string;
2502
- kerberosNotSetUp: string;
2503
- registerTitle: string;
2504
- loginAccountTitle: string;
2505
- loginTitle: string;
2506
- loginTitleHtml: string;
2507
- impersonateTitle: string;
2508
- impersonateTitleHtml: string;
2509
- realmChoice: string;
2510
- unknownUser: string;
2511
- loginTotpTitle: string;
2512
- loginProfileTitle: string;
2513
- loginTimeout: string;
2514
- reauthenticate: string;
2515
- oauthGrantTitle: string;
2516
- oauthGrantTitleHtml: string;
2517
- errorTitle: string;
2518
- errorTitleHtml: string;
2519
- emailVerifyTitle: string;
2520
- emailForgotTitle: string;
2521
- updatePasswordTitle: string;
2522
- codeSuccessTitle: string;
2523
- codeErrorTitle: string;
2524
- displayUnsupported: string;
2525
- browserRequired: string;
2526
- browserContinue: string;
2527
- browserContinuePrompt: string;
2528
- browserContinueAnswer: string;
2529
- termsTitle: string;
2530
- termsText: string;
2531
- termsPlainText: string;
2532
- recaptchaFailed: string;
2533
- recaptchaNotConfigured: string;
2534
- consentDenied: string;
2535
- noAccount: string;
2536
- username: string;
2537
- usernameOrEmail: string;
2538
- firstName: string;
2539
- givenName: string;
2540
- fullName: string;
2541
- lastName: string;
2542
- familyName: string;
2543
- email: string;
2544
- password: string;
2545
- passwordConfirm: string;
2546
- passwordNew: string;
2547
- passwordNewConfirm: string;
2548
- rememberMe: string;
2549
- authenticatorCode: string;
2550
- address: string;
2551
- street: string;
2552
- locality: string;
2553
- region: string;
2554
- postal_code: string;
2555
- country: string;
2556
- emailVerified: string;
2557
- gssDelegationCredential: string;
2558
- profileScopeConsentText: string;
2559
- emailScopeConsentText: string;
2560
- addressScopeConsentText: string;
2561
- phoneScopeConsentText: string;
2562
- offlineAccessScopeConsentText: string;
2563
- samlRoleListScopeConsentText: string;
2564
- rolesScopeConsentText: string;
2565
- loginTotpIntro: string;
2566
- loginTotpStep1: string;
2567
- loginTotpStep2: string;
2568
- loginTotpStep3: string;
2569
- loginTotpManualStep2: string;
2570
- loginTotpManualStep3: string;
2571
- loginTotpUnableToScan: string;
2572
- loginTotpScanBarcode: string;
2573
- loginOtpOneTime: string;
2574
- loginTotpType: string;
2575
- loginTotpAlgorithm: string;
2576
- loginTotpDigits: string;
2577
- loginTotpInterval: string;
2578
- loginTotpCounter: string;
2579
- loginTotpDeviceName: string;
2580
- "loginTotp.totp": string;
2581
- "loginTotp.hotp": string;
2582
- oauthGrantRequest: string;
2583
- inResource: string;
2584
- emailVerifyInstruction1: string;
2585
- emailVerifyInstruction2: string;
2586
- emailVerifyInstruction3: string;
2587
- emailLinkIdpTitle: string;
2588
- emailLinkIdp1: string;
2589
- emailLinkIdp2: string;
2590
- emailLinkIdp3: string;
2591
- emailLinkIdp4: string;
2592
- emailLinkIdp5: string;
2593
- backToLogin: string;
2594
- emailInstruction: string;
2595
- copyCodeInstruction: string;
2596
- pageExpiredTitle: string;
2597
- pageExpiredMsg1: string;
2598
- pageExpiredMsg2: string;
2599
- personalInfo: string;
2600
- role_admin: string;
2601
- "role_realm-admin": string;
2602
- "role_create-realm": string;
2603
- "role_create-client": string;
2604
- "role_view-realm": string;
2605
- "role_view-users": string;
2606
- "role_view-applications": string;
2607
- "role_view-clients": string;
2608
- "role_view-events": string;
2609
- "role_view-identity-providers": string;
2610
- "role_manage-realm": string;
2611
- "role_manage-users": string;
2612
- "role_manage-applications": string;
2613
- "role_manage-identity-providers": string;
2614
- "role_manage-clients": string;
2615
- "role_manage-events": string;
2616
- "role_view-profile": string;
2617
- "role_manage-account": string;
2618
- "role_manage-account-links": string;
2619
- "role_read-token": string;
2620
- "role_offline-access": string;
2621
- client_account: string;
2622
- "client_security-admin-console": string;
2623
- "client_admin-cli": string;
2624
- "client_realm-management": string;
2625
- client_broker: string;
2626
- invalidUserMessage: string;
2627
- invalidEmailMessage: string;
2628
- accountDisabledMessage: string;
2629
- accountTemporarilyDisabledMessage: string;
2630
- expiredCodeMessage: string;
2631
- expiredActionMessage: string;
2632
- expiredActionTokenNoSessionMessage: string;
2633
- expiredActionTokenSessionExistsMessage: string;
2634
- missingFirstNameMessage: string;
2635
- missingLastNameMessage: string;
2636
- missingEmailMessage: string;
2637
- missingUsernameMessage: string;
2638
- missingPasswordMessage: string;
2639
- missingTotpMessage: string;
2640
- notMatchPasswordMessage: string;
2641
- invalidPasswordExistingMessage: string;
2642
- invalidPasswordBlacklistedMessage: string;
2643
- invalidPasswordConfirmMessage: string;
2644
- invalidTotpMessage: string;
2645
- usernameExistsMessage: string;
2646
- emailExistsMessage: string;
2647
- federatedIdentityExistsMessage: string;
2648
- confirmLinkIdpTitle: string;
2649
- federatedIdentityConfirmLinkMessage: string;
2650
- federatedIdentityConfirmReauthenticateMessage: string;
2651
- confirmLinkIdpReviewProfile: string;
2652
- confirmLinkIdpContinue: string;
2653
- configureTotpMessage: string;
2654
- updateProfileMessage: string;
2655
- updatePasswordMessage: string;
2656
- resetPasswordMessage: string;
2657
- verifyEmailMessage: string;
2658
- linkIdpMessage: string;
2659
- emailSentMessage: string;
2660
- emailSendErrorMessage: string;
2661
- accountUpdatedMessage: string;
2662
- accountPasswordUpdatedMessage: string;
2663
- delegationCompleteHeader: string;
2664
- delegationCompleteMessage: string;
2665
- delegationFailedHeader: string;
2666
- delegationFailedMessage: string;
2667
- noAccessMessage: string;
2668
- invalidPasswordMinLengthMessage: string;
2669
- invalidPasswordMinDigitsMessage: string;
2670
- invalidPasswordMinLowerCaseCharsMessage: string;
2671
- invalidPasswordMinUpperCaseCharsMessage: string;
2672
- invalidPasswordMinSpecialCharsMessage: string;
2673
- invalidPasswordNotUsernameMessage: string;
2674
- invalidPasswordRegexPatternMessage: string;
2675
- invalidPasswordHistoryMessage: string;
2676
- invalidPasswordGenericMessage: string;
2677
- failedToProcessResponseMessage: string;
2678
- httpsRequiredMessage: string;
2679
- realmNotEnabledMessage: string;
2680
- invalidRequestMessage: string;
2681
- failedLogout: string;
2682
- unknownLoginRequesterMessage: string;
2683
- loginRequesterNotEnabledMessage: string;
2684
- bearerOnlyMessage: string;
2685
- standardFlowDisabledMessage: string;
2686
- implicitFlowDisabledMessage: string;
2687
- invalidRedirectUriMessage: string;
2688
- unsupportedNameIdFormatMessage: string;
2689
- invalidRequesterMessage: string;
2690
- registrationNotAllowedMessage: string;
2691
- resetCredentialNotAllowedMessage: string;
2692
- permissionNotApprovedMessage: string;
2693
- noRelayStateInResponseMessage: string;
2694
- insufficientPermissionMessage: string;
2695
- couldNotProceedWithAuthenticationRequestMessage: string;
2696
- couldNotObtainTokenMessage: string;
2697
- unexpectedErrorRetrievingTokenMessage: string;
2698
- unexpectedErrorHandlingResponseMessage: string;
2699
- identityProviderAuthenticationFailedMessage: string;
2700
- couldNotSendAuthenticationRequestMessage: string;
2701
- unexpectedErrorHandlingRequestMessage: string;
2702
- invalidAccessCodeMessage: string;
2703
- sessionNotActiveMessage: string;
2704
- invalidCodeMessage: string;
2705
- identityProviderUnexpectedErrorMessage: string;
2706
- identityProviderNotFoundMessage: string;
2707
- identityProviderLinkSuccess: string;
2708
- staleCodeMessage: string;
2709
- realmSupportsNoCredentialsMessage: string;
2710
- identityProviderNotUniqueMessage: string;
2711
- emailVerifiedMessage: string;
2712
- staleEmailVerificationLink: string;
2713
- identityProviderAlreadyLinkedMessage: string;
2714
- confirmAccountLinking: string;
2715
- confirmEmailAddressVerification: string;
2716
- confirmExecutionOfActions: string;
2717
- backToApplication: string;
2718
- missingParameterMessage: string;
2719
- clientNotFoundMessage: string;
2720
- clientDisabledMessage: string;
2721
- invalidParameterMessage: string;
2722
- alreadyLoggedIn: string;
2723
- differentUserAuthenticated: string;
2724
- brokerLinkingSessionExpired: string;
2725
- proceedWithAction: string;
2726
- "requiredAction.CONFIGURE_TOTP": string;
2727
- "requiredAction.TERMS_AND_CONDITIONS": string;
2728
- "requiredAction.UPDATE_PASSWORD": string;
2729
- "requiredAction.UPDATE_PROFILE": string;
2730
- "requiredAction.VERIFY_EMAIL": string;
2731
- doX509Login: string;
2732
- clientCertificate: string;
2733
- noCertificate: string;
2734
- pageNotFound: string;
2735
- internalServerError: string;
2736
- "console-username": string;
2737
- "console-password": string;
2738
- "console-otp": string;
2739
- "console-new-password": string;
2740
- "console-confirm-password": string;
2741
- "console-update-password": string;
2742
- "console-verify-email": string;
2743
- "console-email-code": string;
2744
- "console-accept-terms": string;
2745
- "console-accept": string;
2746
- "identity-provider-redirector": string;
2747
- "identity-provider-login-label": string;
2748
- "idp-email-verification-display-name": string;
2749
- "idp-email-verification-help-text": string;
2750
- "idp-username-password-form-display-name": string;
2751
- "idp-username-password-form-help-text": string;
2752
- } | {
2753
- doLogIn: string;
2754
- doRegister: string;
2755
- doRegisterSecurityKey: string;
2756
- doCancel: string;
2757
- doSubmit: string;
2758
- doYes: string;
2759
- doNo: string;
2760
- doContinue: string;
2761
- doAccept: string;
2762
- doDecline: string;
2763
- doForgotPassword: string;
2764
- doClickHere: string;
2765
- doImpersonate: string;
2766
- kerberosNotConfigured: string;
2767
- kerberosNotConfiguredTitle: string;
2768
- bypassKerberosDetail: string;
2769
- kerberosNotSetUp: string;
2770
- registerWithTitle: string;
2771
- registerWithTitleHtml: string;
2772
- loginTitle: string;
2773
- loginTitleHtml: string;
2774
- impersonateTitle: string;
2775
- impersonateTitleHtml: string;
2776
- realmChoice: string;
2777
- unknownUser: string;
2778
- loginTotpTitle: string;
2779
- loginProfileTitle: string;
2780
- loginTimeout: string;
2781
- oauthGrantTitle: string;
2782
- oauthGrantTitleHtml: string;
2783
- errorTitle: string;
2784
- errorTitleHtml: string;
2785
- emailVerifyTitle: string;
2786
- emailForgotTitle: string;
2787
- updatePasswordTitle: string;
2788
- codeSuccessTitle: string;
2789
- codeErrorTitle: string;
2790
- termsTitle: string;
2791
- termsTitleHtml: string;
2792
- termsText: string;
2793
- recaptchaFailed: string;
2794
- recaptchaNotConfigured: string;
2795
- consentDenied: string;
2796
- noAccount: string;
2797
- username: string;
2798
- usernameOrEmail: string;
2799
- firstName: string;
2800
- givenName: string;
2801
- fullName: string;
2802
- lastName: string;
2803
- familyName: string;
2804
- email: string;
2805
- password: string;
2806
- passwordConfirm: string;
2807
- passwordNew: string;
2808
- passwordNewConfirm: string;
2809
- rememberMe: string;
2810
- authenticatorCode: string;
2811
- address: string;
2812
- street: string;
2813
- locality: string;
2814
- region: string;
2815
- postal_code: string;
2816
- country: string;
2817
- emailVerified: string;
2818
- gssDelegationCredential: string;
2819
- loginTotpStep1: string;
2820
- loginTotpStep2: string;
2821
- loginTotpStep3: string;
2822
- loginOtpOneTime: string;
2823
- oauthGrantRequest: string;
2824
- inResource: string;
2825
- emailVerifyInstruction1: string;
2826
- emailVerifyInstruction2: string;
2827
- emailVerifyInstruction3: string;
2828
- emailLinkIdpTitle: string;
2829
- emailLinkIdp1: string;
2830
- emailLinkIdp2: string;
2831
- emailLinkIdp3: string;
2832
- backToLogin: string;
2833
- emailInstruction: string;
2834
- copyCodeInstruction: string;
2835
- personalInfo: string;
2836
- role_admin: string;
2837
- "role_realm-admin": string;
2838
- "role_create-realm": string;
2839
- "role_create-client": string;
2840
- "role_view-realm": string;
2841
- "role_view-users": string;
2842
- "role_view-applications": string;
2843
- "role_view-clients": string;
2844
- "role_view-events": string;
2845
- "role_view-identity-providers": string;
2846
- "role_manage-realm": string;
2847
- "role_manage-users": string;
2848
- "role_manage-applications": string;
2849
- "role_manage-identity-providers": string;
2850
- "role_manage-clients": string;
2851
- "role_manage-events": string;
2852
- "role_view-profile": string;
2853
- "role_manage-account": string;
2854
- "role_read-token": string;
2855
- "role_offline-access": string;
2856
- role_uma_authorization: string;
2857
- client_account: string;
2858
- "client_security-admin-console": string;
2859
- "client_realm-management": string;
2860
- client_broker: string;
2861
- invalidUserMessage: string;
2862
- invalidEmailMessage: string;
2863
- accountDisabledMessage: string;
2864
- accountTemporarilyDisabledMessage: string;
2865
- expiredCodeMessage: string;
2866
- missingFirstNameMessage: string;
2867
- missingLastNameMessage: string;
2868
- missingEmailMessage: string;
2869
- missingUsernameMessage: string;
2870
- missingPasswordMessage: string;
2871
- missingTotpMessage: string;
2872
- notMatchPasswordMessage: string;
2873
- invalidPasswordExistingMessage: string;
2874
- invalidPasswordConfirmMessage: string;
2875
- invalidTotpMessage: string;
2876
- usernameExistsMessage: string;
2877
- emailExistsMessage: string;
2878
- federatedIdentityExistsMessage: string;
2879
- confirmLinkIdpTitle: string;
2880
- federatedIdentityConfirmLinkMessage: string;
2881
- confirmLinkIdpReviewProfile: string;
2882
- confirmLinkIdpContinue: string;
2883
- configureTotpMessage: string;
2884
- updateProfileMessage: string;
2885
- updatePasswordMessage: string;
2886
- verifyEmailMessage: string;
2887
- linkIdpMessage: string;
2888
- emailSentMessage: string;
2889
- emailSendErrorMessage: string;
2890
- accountUpdatedMessage: string;
2891
- accountPasswordUpdatedMessage: string;
2892
- noAccessMessage: string;
2893
- invalidPasswordMinLengthMessage: string;
2894
- invalidPasswordMinDigitsMessage: string;
2895
- invalidPasswordMinLowerCaseCharsMessage: string;
2896
- invalidPasswordMinUpperCaseCharsMessage: string;
2897
- invalidPasswordMinSpecialCharsMessage: string;
2898
- invalidPasswordNotUsernameMessage: string;
2899
- invalidPasswordRegexPatternMessage: string;
2900
- invalidPasswordHistoryMessage: string;
2901
- failedToProcessResponseMessage: string;
2902
- httpsRequiredMessage: string;
2903
- realmNotEnabledMessage: string;
2904
- invalidRequestMessage: string;
2905
- failedLogout: string;
2906
- unknownLoginRequesterMessage: string;
2907
- loginRequesterNotEnabledMessage: string;
2908
- bearerOnlyMessage: string;
2909
- standardFlowDisabledMessage: string;
2910
- implicitFlowDisabledMessage: string;
2911
- invalidRedirectUriMessage: string;
2912
- unsupportedNameIdFormatMessage: string;
2913
- invalidRequesterMessage: string;
2914
- registrationNotAllowedMessage: string;
2915
- resetCredentialNotAllowedMessage: string;
2916
- permissionNotApprovedMessage: string;
2917
- noRelayStateInResponseMessage: string;
2918
- insufficientPermissionMessage: string;
2919
- couldNotProceedWithAuthenticationRequestMessage: string;
2920
- couldNotObtainTokenMessage: string;
2921
- unexpectedErrorRetrievingTokenMessage: string;
2922
- unexpectedErrorHandlingResponseMessage: string;
2923
- identityProviderAuthenticationFailedMessage: string;
2924
- couldNotSendAuthenticationRequestMessage: string;
2925
- unexpectedErrorHandlingRequestMessage: string;
2926
- invalidAccessCodeMessage: string;
2927
- sessionNotActiveMessage: string;
2928
- invalidCodeMessage: string;
2929
- identityProviderUnexpectedErrorMessage: string;
2930
- identityProviderNotFoundMessage: string;
2931
- identityProviderLinkSuccess: string;
2932
- staleCodeMessage: string;
2933
- realmSupportsNoCredentialsMessage: string;
2934
- identityProviderNotUniqueMessage: string;
2935
- emailVerifiedMessage: string;
2936
- staleEmailVerificationLink: string;
2937
- backToApplication: string;
2938
- missingParameterMessage: string;
2939
- clientNotFoundMessage: string;
2940
- clientDisabledMessage: string;
2941
- invalidParameterMessage: string;
2942
- alreadyLoggedIn: string;
2943
- } | {
2944
- doLogIn: string;
2945
- doRegister: string;
2946
- doRegisterSecurityKey: string;
2947
- doCancel: string;
2948
- doSubmit: string;
2949
- doYes: string;
2950
- doNo: string;
2951
- doContinue: string;
2952
- doAccept: string;
2953
- doDecline: string;
2954
- doForgotPassword: string;
2955
- doClickHere: string;
2956
- doImpersonate: string;
2957
- kerberosNotConfigured: string;
2958
- kerberosNotConfiguredTitle: string;
2959
- bypassKerberosDetail: string;
2960
- kerberosNotSetUp: string;
2961
- registerWithTitle: string;
2962
- registerWithTitleHtml: string;
2963
- loginTitle: string;
2964
- loginTitleHtml: string;
2965
- impersonateTitle: string;
2966
- impersonateTitleHtml: string;
2967
- realmChoice: string;
2968
- unknownUser: string;
2969
- loginTotpTitle: string;
2970
- loginProfileTitle: string;
2971
- loginTimeout: string;
2972
- oauthGrantTitle: string;
2973
- oauthGrantTitleHtml: string;
2974
- errorTitle: string;
2975
- errorTitleHtml: string;
2976
- emailVerifyTitle: string;
2977
- emailForgotTitle: string;
2978
- updatePasswordTitle: string;
2979
- codeSuccessTitle: string;
2980
- codeErrorTitle: string;
2981
- termsTitle: string;
2982
- termsTitleHtml: string;
2983
- termsText: string;
2984
- recaptchaFailed: string;
2985
- recaptchaNotConfigured: string;
2986
- consentDenied: string;
2987
- noAccount: string;
2988
- username: string;
2989
- usernameOrEmail: string;
2990
- firstName: string;
2991
- lastName: string;
2992
- email: string;
2993
- password: string;
2994
- passwordConfirm: string;
2995
- passwordNew: string;
2996
- passwordNewConfirm: string;
2997
- rememberMe: string;
2998
- authenticatorCode: string;
2999
- address: string;
3000
- street: string;
3001
- locality: string;
3002
- region: string;
3003
- postal_code: string;
3004
- country: string;
3005
- emailVerified: string;
3006
- gssDelegationCredential: string;
3007
- loginTotpStep1: string;
3008
- loginTotpStep2: string;
3009
- loginTotpStep3: string;
3010
- loginOtpOneTime: string;
3011
- oauthGrantRequest: string;
3012
- inResource: string;
3013
- emailVerifyInstruction1: string;
3014
- emailVerifyInstruction2: string;
3015
- emailVerifyInstruction3: string;
3016
- emailLinkIdpTitle: string;
3017
- emailLinkIdp1: string;
3018
- emailLinkIdp2: string;
3019
- emailLinkIdp3: string;
3020
- backToLogin: string;
3021
- emailInstruction: string;
3022
- copyCodeInstruction: string;
3023
- personalInfo: string;
3024
- role_admin: string;
3025
- "role_realm-admin": string;
3026
- "role_create-realm": string;
3027
- "role_create-client": string;
3028
- "role_view-realm": string;
3029
- "role_view-users": string;
3030
- "role_view-applications": string;
3031
- "role_view-clients": string;
3032
- "role_view-events": string;
3033
- "role_view-identity-providers": string;
3034
- "role_manage-realm": string;
3035
- "role_manage-users": string;
3036
- "role_manage-applications": string;
3037
- "role_manage-identity-providers": string;
3038
- "role_manage-clients": string;
3039
- "role_manage-events": string;
3040
- "role_view-profile": string;
3041
- "role_manage-account": string;
3042
- "role_read-token": string;
3043
- "role_offline-access": string;
3044
- client_account: string;
3045
- "client_security-admin-console": string;
3046
- "client_admin-cli": string;
3047
- "client_realm-management": string;
3048
- invalidUserMessage: string;
3049
- invalidEmailMessage: string;
3050
- accountDisabledMessage: string;
3051
- accountTemporarilyDisabledMessage: string;
3052
- expiredCodeMessage: string;
3053
- missingFirstNameMessage: string;
3054
- missingLastNameMessage: string;
3055
- missingEmailMessage: string;
3056
- missingUsernameMessage: string;
3057
- missingPasswordMessage: string;
3058
- missingTotpMessage: string;
3059
- notMatchPasswordMessage: string;
3060
- invalidPasswordExistingMessage: string;
3061
- invalidPasswordConfirmMessage: string;
3062
- invalidTotpMessage: string;
3063
- usernameExistsMessage: string;
3064
- emailExistsMessage: string;
3065
- federatedIdentityExistsMessage: string;
3066
- confirmLinkIdpTitle: string;
3067
- federatedIdentityConfirmLinkMessage: string;
3068
- federatedIdentityConfirmReauthenticateMessage: string;
3069
- confirmLinkIdpReviewProfile: string;
3070
- confirmLinkIdpContinue: string;
3071
- configureTotpMessage: string;
3072
- updateProfileMessage: string;
3073
- updatePasswordMessage: string;
3074
- verifyEmailMessage: string;
3075
- linkIdpMessage: string;
3076
- emailSentMessage: string;
3077
- emailSendErrorMessage: string;
3078
- accountUpdatedMessage: string;
3079
- accountPasswordUpdatedMessage: string;
3080
- noAccessMessage: string;
3081
- invalidPasswordMinLengthMessage: string;
3082
- invalidPasswordMinDigitsMessage: string;
3083
- invalidPasswordMinLowerCaseCharsMessage: string;
3084
- invalidPasswordMinUpperCaseCharsMessage: string;
3085
- invalidPasswordMinSpecialCharsMessage: string;
3086
- invalidPasswordNotUsernameMessage: string;
3087
- invalidPasswordRegexPatternMessage: string;
3088
- invalidPasswordHistoryMessage: string;
3089
- invalidPasswordGenericMessage: string;
3090
- failedToProcessResponseMessage: string;
3091
- httpsRequiredMessage: string;
3092
- realmNotEnabledMessage: string;
3093
- invalidRequestMessage: string;
3094
- failedLogout: string;
3095
- unknownLoginRequesterMessage: string;
3096
- loginRequesterNotEnabledMessage: string;
3097
- bearerOnlyMessage: string;
3098
- standardFlowDisabledMessage: string;
3099
- implicitFlowDisabledMessage: string;
3100
- invalidRedirectUriMessage: string;
3101
- unsupportedNameIdFormatMessage: string;
3102
- invalidRequesterMessage: string;
3103
- registrationNotAllowedMessage: string;
3104
- resetCredentialNotAllowedMessage: string;
3105
- permissionNotApprovedMessage: string;
3106
- noRelayStateInResponseMessage: string;
3107
- insufficientPermissionMessage: string;
3108
- couldNotProceedWithAuthenticationRequestMessage: string;
3109
- couldNotObtainTokenMessage: string;
3110
- unexpectedErrorRetrievingTokenMessage: string;
3111
- unexpectedErrorHandlingResponseMessage: string;
3112
- identityProviderAuthenticationFailedMessage: string;
3113
- couldNotSendAuthenticationRequestMessage: string;
3114
- unexpectedErrorHandlingRequestMessage: string;
3115
- invalidAccessCodeMessage: string;
3116
- sessionNotActiveMessage: string;
3117
- invalidCodeMessage: string;
3118
- identityProviderUnexpectedErrorMessage: string;
3119
- identityProviderNotFoundMessage: string;
3120
- identityProviderLinkSuccess: string;
3121
- staleCodeMessage: string;
3122
- realmSupportsNoCredentialsMessage: string;
3123
- identityProviderNotUniqueMessage: string;
3124
- emailVerifiedMessage: string;
3125
- staleEmailVerificationLink: string;
3126
- backToApplication: string;
3127
- missingParameterMessage: string;
3128
- clientNotFoundMessage: string;
3129
- clientDisabledMessage: string;
3130
- invalidParameterMessage: string;
3131
- alreadyLoggedIn: string;
3132
- loginAccountTitle: string;
3133
- } | {
3134
- doLogIn: string;
3135
- doRegister: string;
3136
- doRegisterSecurityKey: string;
3137
- doCancel: string;
3138
- doSubmit: string;
3139
- doBack: string;
3140
- doYes: string;
3141
- doNo: string;
3142
- doContinue: string;
3143
- doIgnore: string;
3144
- doAccept: string;
3145
- doDecline: string;
3146
- doForgotPassword: string;
3147
- doClickHere: string;
3148
- doImpersonate: string;
3149
- doTryAgain: string;
3150
- doTryAnotherWay: string;
3151
- doConfirmDelete: string;
3152
- errorDeletingAccount: string;
3153
- deletingAccountForbidden: string;
3154
- kerberosNotConfigured: string;
3155
- kerberosNotConfiguredTitle: string;
3156
- bypassKerberosDetail: string;
3157
- kerberosNotSetUp: string;
3158
- registerTitle: string;
3159
- loginAccountTitle: string;
3160
- loginTitle: string;
3161
- loginTitleHtml: string;
3162
- impersonateTitle: string;
3163
- impersonateTitleHtml: string;
3164
- realmChoice: string;
3165
- unknownUser: string;
3166
- loginTotpTitle: string;
3167
- loginProfileTitle: string;
3168
- loginIdpReviewProfileTitle: string;
3169
- loginTimeout: string;
3170
- reauthenticate: string;
3171
- oauthGrantTitle: string;
3172
- oauthGrantTitleHtml: string;
3173
- oauthGrantInformation: string;
3174
- oauthGrantReview: string;
3175
- oauthGrantTos: string;
3176
- oauthGrantPolicy: string;
3177
- errorTitle: string;
3178
- errorTitleHtml: string;
3179
- emailVerifyTitle: string;
3180
- emailForgotTitle: string;
3181
- updateEmailTitle: string;
3182
- emailUpdateConfirmationSentTitle: string;
3183
- emailUpdateConfirmationSent: string;
3184
- emailUpdatedTitle: string;
3185
- emailUpdated: string;
3186
- updatePasswordTitle: string;
3187
- codeSuccessTitle: string;
3188
- codeErrorTitle: string;
3189
- displayUnsupported: string;
3190
- browserRequired: string;
3191
- browserContinue: string;
3192
- browserContinuePrompt: string;
3193
- browserContinueAnswer: string;
3194
- usb: string;
3195
- nfc: string;
3196
- bluetooth: string;
3197
- internal: string;
3198
- unknown: string;
3199
- termsTitle: string;
3200
- termsText: string;
3201
- termsPlainText: string;
3202
- termsAcceptanceRequired: string;
3203
- acceptTerms: string;
3204
- recaptchaFailed: string;
3205
- recaptchaNotConfigured: string;
3206
- consentDenied: string;
3207
- noAccount: string;
3208
- username: string;
3209
- usernameOrEmail: string;
3210
- firstName: string;
3211
- givenName: string;
3212
- fullName: string;
3213
- lastName: string;
3214
- familyName: string;
3215
- email: string;
3216
- password: string;
3217
- passwordConfirm: string;
3218
- passwordNew: string;
3219
- passwordNewConfirm: string;
3220
- rememberMe: string;
3221
- authenticatorCode: string;
3222
- address: string;
3223
- street: string;
3224
- locality: string;
3225
- region: string;
3226
- postal_code: string;
3227
- country: string;
3228
- emailVerified: string;
3229
- website: string;
3230
- phoneNumber: string;
3231
- phoneNumberVerified: string;
3232
- gender: string;
3233
- birthday: string;
3234
- zoneinfo: string;
3235
- gssDelegationCredential: string;
3236
- logoutOtherSessions: string;
3237
- profileScopeConsentText: string;
3238
- emailScopeConsentText: string;
3239
- addressScopeConsentText: string;
3240
- phoneScopeConsentText: string;
3241
- offlineAccessScopeConsentText: string;
3242
- samlRoleListScopeConsentText: string;
3243
- rolesScopeConsentText: string;
3244
- restartLoginTooltip: string;
3245
- loginTotpIntro: string;
3246
- loginTotpStep1: string;
3247
- loginTotpStep2: string;
3248
- loginTotpStep3: string;
3249
- loginTotpStep3DeviceName: string;
3250
- loginTotpManualStep2: string;
3251
- loginTotpManualStep3: string;
3252
- loginTotpUnableToScan: string;
3253
- loginTotpScanBarcode: string;
3254
- loginCredential: string;
3255
- loginOtpOneTime: string;
3256
- loginTotpType: string;
3257
- loginTotpAlgorithm: string;
3258
- loginTotpDigits: string;
3259
- loginTotpInterval: string;
3260
- loginTotpCounter: string;
3261
- loginTotpDeviceName: string;
3262
- "loginTotp.totp": string;
3263
- "loginTotp.hotp": string;
3264
- totpAppFreeOTPName: string;
3265
- totpAppGoogleName: string;
3266
- totpAppMicrosoftAuthenticatorName: string;
3267
- loginChooseAuthenticator: string;
3268
- oauthGrantRequest: string;
3269
- inResource: string;
3270
- oauth2DeviceVerificationTitle: string;
3271
- verifyOAuth2DeviceUserCode: string;
3272
- oauth2DeviceInvalidUserCodeMessage: string;
3273
- oauth2DeviceExpiredUserCodeMessage: string;
3274
- oauth2DeviceVerificationCompleteHeader: string;
3275
- oauth2DeviceVerificationCompleteMessage: string;
3276
- oauth2DeviceVerificationFailedHeader: string;
3277
- oauth2DeviceVerificationFailedMessage: string;
3278
- oauth2DeviceConsentDeniedMessage: string;
3279
- oauth2DeviceAuthorizationGrantDisabledMessage: string;
3280
- emailVerifyInstruction1: string;
3281
- emailVerifyInstruction2: string;
3282
- emailVerifyInstruction3: string;
3283
- emailLinkIdpTitle: string;
3284
- emailLinkIdp1: string;
3285
- emailLinkIdp2: string;
3286
- emailLinkIdp3: string;
3287
- emailLinkIdp4: string;
3288
- emailLinkIdp5: string;
3289
- backToLogin: string;
3290
- emailInstruction: string;
3291
- emailInstructionUsername: string;
3292
- copyCodeInstruction: string;
3293
- pageExpiredTitle: string;
3294
- pageExpiredMsg1: string;
3295
- pageExpiredMsg2: string;
3296
- personalInfo: string;
3297
- role_admin: string;
3298
- "role_realm-admin": string;
3299
- "role_create-realm": string;
3300
- "role_create-client": string;
3301
- "role_view-realm": string;
3302
- "role_view-users": string;
3303
- "role_view-applications": string;
3304
- "role_view-clients": string;
3305
- "role_view-events": string;
3306
- "role_view-identity-providers": string;
3307
- "role_manage-realm": string;
3308
- "role_manage-users": string;
3309
- "role_manage-applications": string;
3310
- "role_manage-identity-providers": string;
3311
- "role_manage-clients": string;
3312
- "role_manage-events": string;
3313
- "role_view-profile": string;
3314
- "role_manage-account": string;
3315
- "role_manage-account-links": string;
3316
- "role_read-token": string;
3317
- "role_offline-access": string;
3318
- client_account: string;
3319
- "client_account-console": string;
3320
- "client_security-admin-console": string;
3321
- "client_admin-cli": string;
3322
- "client_realm-management": string;
3323
- client_broker: string;
3324
- requiredFields: string;
3325
- invalidUserMessage: string;
3326
- invalidUsernameMessage: string;
3327
- invalidUsernameOrEmailMessage: string;
3328
- invalidPasswordMessage: string;
3329
- invalidEmailMessage: string;
3330
- accountDisabledMessage: string;
3331
- accountTemporarilyDisabledMessage: string;
3332
- expiredCodeMessage: string;
3333
- expiredActionMessage: string;
3334
- expiredActionTokenNoSessionMessage: string;
3335
- expiredActionTokenSessionExistsMessage: string;
3336
- sessionLimitExceeded: string;
3337
- missingFirstNameMessage: string;
3338
- missingLastNameMessage: string;
3339
- missingEmailMessage: string;
3340
- missingUsernameMessage: string;
3341
- missingPasswordMessage: string;
3342
- missingTotpMessage: string;
3343
- missingTotpDeviceNameMessage: string;
3344
- notMatchPasswordMessage: string;
3345
- "error-invalid-value": string;
3346
- "error-invalid-blank": string;
3347
- "error-empty": string;
3348
- "error-invalid-length": string;
3349
- "error-invalid-length-too-short": string;
3350
- "error-invalid-length-too-long": string;
3351
- "error-invalid-email": string;
3352
- "error-invalid-number": string;
3353
- "error-number-out-of-range": string;
3354
- "error-number-out-of-range-too-small": string;
3355
- "error-number-out-of-range-too-big": string;
3356
- "error-pattern-no-match": string;
3357
- "error-invalid-uri": string;
3358
- "error-invalid-uri-scheme": string;
3359
- "error-invalid-uri-fragment": string;
3360
- "error-user-attribute-required": string;
3361
- "error-invalid-date": string;
3362
- "error-user-attribute-read-only": string;
3363
- "error-username-invalid-character": string;
3364
- "error-person-name-invalid-character": string;
3365
- "error-reset-otp-missing-id": string;
3366
- invalidPasswordExistingMessage: string;
3367
- invalidPasswordBlacklistedMessage: string;
3368
- invalidPasswordConfirmMessage: string;
3369
- invalidTotpMessage: string;
3370
- usernameExistsMessage: string;
3371
- emailExistsMessage: string;
3372
- federatedIdentityExistsMessage: string;
3373
- federatedIdentityUnavailableMessage: string;
3374
- federatedIdentityUnmatchedEssentialClaimMessage: string;
3375
- confirmLinkIdpTitle: string;
3376
- federatedIdentityConfirmLinkMessage: string;
3377
- federatedIdentityConfirmReauthenticateMessage: string;
3378
- nestedFirstBrokerFlowMessage: string;
3379
- confirmLinkIdpReviewProfile: string;
3380
- confirmLinkIdpContinue: string;
3381
- configureTotpMessage: string;
3382
- configureBackupCodesMessage: string;
3383
- updateProfileMessage: string;
3384
- updatePasswordMessage: string;
3385
- updateEmailMessage: string;
3386
- resetPasswordMessage: string;
3387
- verifyEmailMessage: string;
3388
- linkIdpMessage: string;
3389
- emailSentMessage: string;
3390
- emailSendErrorMessage: string;
3391
- accountUpdatedMessage: string;
3392
- accountPasswordUpdatedMessage: string;
3393
- delegationCompleteHeader: string;
3394
- delegationCompleteMessage: string;
3395
- delegationFailedHeader: string;
3396
- delegationFailedMessage: string;
3397
- noAccessMessage: string;
3398
- invalidPasswordMinLengthMessage: string;
3399
- invalidPasswordMaxLengthMessage: string;
3400
- invalidPasswordMinDigitsMessage: string;
3401
- invalidPasswordMinLowerCaseCharsMessage: string;
3402
- invalidPasswordMinUpperCaseCharsMessage: string;
3403
- invalidPasswordMinSpecialCharsMessage: string;
3404
- invalidPasswordNotUsernameMessage: string;
3405
- invalidPasswordNotEmailMessage: string;
3406
- invalidPasswordRegexPatternMessage: string;
3407
- invalidPasswordHistoryMessage: string;
3408
- invalidPasswordGenericMessage: string;
3409
- failedToProcessResponseMessage: string;
3410
- httpsRequiredMessage: string;
3411
- realmNotEnabledMessage: string;
3412
- invalidRequestMessage: string;
3413
- successLogout: string;
3414
- failedLogout: string;
3415
- unknownLoginRequesterMessage: string;
3416
- loginRequesterNotEnabledMessage: string;
3417
- bearerOnlyMessage: string;
3418
- standardFlowDisabledMessage: string;
3419
- implicitFlowDisabledMessage: string;
3420
- invalidRedirectUriMessage: string;
3421
- unsupportedNameIdFormatMessage: string;
3422
- invalidRequesterMessage: string;
3423
- registrationNotAllowedMessage: string;
3424
- resetCredentialNotAllowedMessage: string;
3425
- permissionNotApprovedMessage: string;
3426
- noRelayStateInResponseMessage: string;
3427
- insufficientPermissionMessage: string;
3428
- couldNotProceedWithAuthenticationRequestMessage: string;
3429
- couldNotObtainTokenMessage: string;
3430
- unexpectedErrorRetrievingTokenMessage: string;
3431
- unexpectedErrorHandlingResponseMessage: string;
3432
- identityProviderAuthenticationFailedMessage: string;
3433
- couldNotSendAuthenticationRequestMessage: string;
3434
- unexpectedErrorHandlingRequestMessage: string;
3435
- invalidAccessCodeMessage: string;
3436
- sessionNotActiveMessage: string;
3437
- invalidCodeMessage: string;
3438
- cookieNotFoundMessage: string;
3439
- insufficientLevelOfAuthentication: string;
3440
- identityProviderUnexpectedErrorMessage: string;
3441
- identityProviderMissingStateMessage: string;
3442
- identityProviderInvalidResponseMessage: string;
3443
- identityProviderInvalidSignatureMessage: string;
3444
- identityProviderNotFoundMessage: string;
3445
- identityProviderLinkSuccess: string;
3446
- staleCodeMessage: string;
3447
- realmSupportsNoCredentialsMessage: string;
3448
- credentialSetupRequired: string;
3449
- identityProviderNotUniqueMessage: string;
3450
- emailVerifiedMessage: string;
3451
- staleEmailVerificationLink: string;
3452
- identityProviderAlreadyLinkedMessage: string;
3453
- confirmAccountLinking: string;
3454
- confirmEmailAddressVerification: string;
3455
- confirmExecutionOfActions: string;
3456
- backToApplication: string;
3457
- missingParameterMessage: string;
3458
- clientNotFoundMessage: string;
3459
- clientDisabledMessage: string;
3460
- invalidParameterMessage: string;
3461
- alreadyLoggedIn: string;
3462
- differentUserAuthenticated: string;
3463
- brokerLinkingSessionExpired: string;
3464
- proceedWithAction: string;
3465
- acrNotFulfilled: string;
3466
- "requiredAction.CONFIGURE_TOTP": string;
3467
- "requiredAction.terms_and_conditions": string;
3468
- "requiredAction.UPDATE_PASSWORD": string;
3469
- "requiredAction.UPDATE_PROFILE": string;
3470
- "requiredAction.VERIFY_EMAIL": string;
3471
- "requiredAction.CONFIGURE_RECOVERY_AUTHN_CODES": string;
3472
- "requiredAction.webauthn-register-passwordless": string;
3473
- invalidTokenRequiredActions: string;
3474
- doX509Login: string;
3475
- clientCertificate: string;
3476
- noCertificate: string;
3477
- pageNotFound: string;
3478
- internalServerError: string;
3479
- "console-username": string;
3480
- "console-password": string;
3481
- "console-otp": string;
3482
- "console-new-password": string;
3483
- "console-confirm-password": string;
3484
- "console-update-password": string;
3485
- "console-verify-email": string;
3486
- "console-email-code": string;
3487
- "console-accept-terms": string;
3488
- "console-accept": string;
3489
- "openshift.scope.user_info": string;
3490
- "openshift.scope.user_check-access": string;
3491
- "openshift.scope.user_full": string;
3492
- "openshift.scope.list-projects": string;
3493
- "saml.post-form.title": string;
3494
- "saml.post-form.message": string;
3495
- "saml.post-form.js-disabled": string;
3496
- "saml.artifactResolutionServiceInvalidResponse": string;
3497
- "otp-display-name": string;
3498
- "otp-help-text": string;
3499
- "otp-reset-description": string;
3500
- "password-display-name": string;
3501
- "password-help-text": string;
3502
- "auth-username-form-display-name": string;
3503
- "auth-username-form-help-text": string;
3504
- "auth-username-password-form-display-name": string;
3505
- "auth-username-password-form-help-text": string;
3506
- "auth-recovery-authn-code-form-display-name": string;
3507
- "auth-recovery-authn-code-form-help-text": string;
3508
- "auth-recovery-code-info-message": string;
3509
- "auth-recovery-code-prompt": string;
3510
- "auth-recovery-code-header": string;
3511
- "recovery-codes-error-invalid": string;
3512
- "recovery-code-config-header": string;
3513
- "recovery-code-config-warning-title": string;
3514
- "recovery-code-config-warning-message": string;
3515
- "recovery-codes-print": string;
3516
- "recovery-codes-download": string;
3517
- "recovery-codes-copy": string;
3518
- "recovery-codes-copied": string;
3519
- "recovery-codes-confirmation-message": string;
3520
- "recovery-codes-action-complete": string;
3521
- "recovery-codes-action-cancel": string;
3522
- "recovery-codes-download-file-header": string;
3523
- "recovery-codes-download-file-description": string;
3524
- "recovery-codes-download-file-date": string;
3525
- "recovery-codes-label-default": string;
3526
- "webauthn-display-name": string;
3527
- "webauthn-help-text": string;
3528
- "webauthn-passwordless-display-name": string;
3529
- "webauthn-passwordless-help-text": string;
3530
- "webauthn-login-title": string;
3531
- "webauthn-registration-title": string;
3532
- "webauthn-available-authenticators": string;
3533
- "webauthn-unsupported-browser-text": string;
3534
- "webauthn-doAuthenticate": string;
3535
- "webauthn-createdAt-label": string;
3536
- "webauthn-error-title": string;
3537
- "webauthn-error-registration": string;
3538
- "webauthn-error-api-get": string;
3539
- "webauthn-error-different-user": string;
3540
- "webauthn-error-auth-verification": string;
3541
- "webauthn-error-register-verification": string;
3542
- "webauthn-error-user-not-found": string;
3543
- "identity-provider-redirector": string;
3544
- "identity-provider-login-label": string;
3545
- "idp-email-verification-display-name": string;
3546
- "idp-email-verification-help-text": string;
3547
- "idp-username-password-form-display-name": string;
3548
- "idp-username-password-form-help-text": string;
3549
- finalDeletionConfirmation: string;
3550
- irreversibleAction: string;
3551
- deleteAccountConfirm: string;
3552
- deletingImplies: string;
3553
- errasingData: string;
3554
- loggingOutImmediately: string;
3555
- accountUnusable: string;
3556
- userDeletedSuccessfully: string;
3557
- "access-denied": string;
3558
- "access-denied-when-idp-auth": string;
3559
- "frontchannel-logout.title": string;
3560
- "frontchannel-logout.message": string;
3561
- logoutConfirmTitle: string;
3562
- logoutConfirmHeader: string;
3563
- doLogout: string;
3564
- readOnlyUsernameMessage: string;
3565
- } | {
3566
- doLogIn: string;
3567
- doRegister: string;
3568
- doRegisterSecurityKey: string;
3569
- doCancel: string;
3570
- doSubmit: string;
3571
- doYes: string;
3572
- doNo: string;
3573
- doContinue: string;
3574
- doIgnore: string;
3575
- doAccept: string;
3576
- doDecline: string;
3577
- doForgotPassword: string;
3578
- doClickHere: string;
3579
- doImpersonate: string;
3580
- kerberosNotConfigured: string;
3581
- kerberosNotConfiguredTitle: string;
3582
- bypassKerberosDetail: string;
3583
- kerberosNotSetUp: string;
3584
- registerTitle: string;
3585
- loginTitle: string;
3586
- loginTitleHtml: string;
3587
- impersonateTitle: string;
3588
- impersonateTitleHtml: string;
3589
- realmChoice: string;
3590
- unknownUser: string;
3591
- loginTotpTitle: string;
3592
- loginProfileTitle: string;
3593
- loginTimeout: string;
3594
- oauthGrantTitle: string;
3595
- oauthGrantTitleHtml: string;
3596
- errorTitle: string;
3597
- errorTitleHtml: string;
3598
- emailVerifyTitle: string;
3599
- emailForgotTitle: string;
3600
- updatePasswordTitle: string;
3601
- codeSuccessTitle: string;
3602
- codeErrorTitle: string;
3603
- displayUnsupported: string;
3604
- browserRequired: string;
3605
- browserContinue: string;
3606
- browserContinuePrompt: string;
3607
- browserContinueAnswer: string;
3608
- termsTitle: string;
3609
- termsText: string;
3610
- termsPlainText: string;
3611
- recaptchaFailed: string;
3612
- recaptchaNotConfigured: string;
3613
- consentDenied: string;
3614
- noAccount: string;
3615
- username: string;
3616
- usernameOrEmail: string;
3617
- firstName: string;
3618
- givenName: string;
3619
- fullName: string;
3620
- lastName: string;
3621
- familyName: string;
3622
- email: string;
3623
- password: string;
3624
- passwordConfirm: string;
3625
- passwordNew: string;
3626
- passwordNewConfirm: string;
3627
- rememberMe: string;
3628
- authenticatorCode: string;
3629
- address: string;
3630
- street: string;
3631
- locality: string;
3632
- region: string;
3633
- postal_code: string;
3634
- country: string;
3635
- emailVerified: string;
3636
- gssDelegationCredential: string;
3637
- profileScopeConsentText: string;
3638
- emailScopeConsentText: string;
3639
- addressScopeConsentText: string;
3640
- phoneScopeConsentText: string;
3641
- offlineAccessScopeConsentText: string;
3642
- samlRoleListScopeConsentText: string;
3643
- rolesScopeConsentText: string;
3644
- loginTotpIntro: string;
3645
- loginTotpStep1: string;
3646
- loginTotpStep2: string;
3647
- loginTotpStep3: string;
3648
- loginTotpManualStep2: string;
3649
- loginTotpManualStep3: string;
3650
- loginTotpUnableToScan: string;
3651
- loginTotpScanBarcode: string;
3652
- loginOtpOneTime: string;
3653
- loginTotpType: string;
3654
- loginTotpAlgorithm: string;
3655
- loginTotpDigits: string;
3656
- loginTotpInterval: string;
3657
- loginTotpCounter: string;
3658
- "loginTotp.totp": string;
3659
- "loginTotp.hotp": string;
3660
- oauthGrantRequest: string;
3661
- inResource: string;
3662
- emailVerifyInstruction1: string;
3663
- emailVerifyInstruction2: string;
3664
- emailVerifyInstruction3: string;
3665
- emailLinkIdpTitle: string;
3666
- emailLinkIdp1: string;
3667
- emailLinkIdp2: string;
3668
- emailLinkIdp3: string;
3669
- emailLinkIdp4: string;
3670
- emailLinkIdp5: string;
3671
- backToLogin: string;
3672
- emailInstruction: string;
3673
- copyCodeInstruction: string;
3674
- pageExpiredTitle: string;
3675
- pageExpiredMsg1: string;
3676
- pageExpiredMsg2: string;
3677
- personalInfo: string;
3678
- role_admin: string;
3679
- "role_realm-admin": string;
3680
- "role_create-realm": string;
3681
- "role_create-client": string;
3682
- "role_view-realm": string;
3683
- "role_view-users": string;
3684
- "role_view-applications": string;
3685
- "role_view-clients": string;
3686
- "role_view-events": string;
3687
- "role_view-identity-providers": string;
3688
- "role_manage-realm": string;
3689
- "role_manage-users": string;
3690
- "role_manage-applications": string;
3691
- "role_manage-identity-providers": string;
3692
- "role_manage-clients": string;
3693
- "role_manage-events": string;
3694
- "role_view-profile": string;
3695
- "role_manage-account": string;
3696
- "role_manage-account-links": string;
3697
- "role_read-token": string;
3698
- "role_offline-access": string;
3699
- client_account: string;
3700
- "client_security-admin-console": string;
3701
- "client_admin-cli": string;
3702
- "client_realm-management": string;
3703
- client_broker: string;
3704
- invalidUserMessage: string;
3705
- invalidEmailMessage: string;
3706
- accountDisabledMessage: string;
3707
- accountTemporarilyDisabledMessage: string;
3708
- expiredCodeMessage: string;
3709
- expiredActionMessage: string;
3710
- expiredActionTokenNoSessionMessage: string;
3711
- expiredActionTokenSessionExistsMessage: string;
3712
- missingFirstNameMessage: string;
3713
- missingLastNameMessage: string;
3714
- missingEmailMessage: string;
3715
- missingUsernameMessage: string;
3716
- missingPasswordMessage: string;
3717
- missingTotpMessage: string;
3718
- notMatchPasswordMessage: string;
3719
- invalidPasswordExistingMessage: string;
3720
- invalidPasswordBlacklistedMessage: string;
3721
- invalidPasswordConfirmMessage: string;
3722
- invalidTotpMessage: string;
3723
- usernameExistsMessage: string;
3724
- emailExistsMessage: string;
3725
- federatedIdentityExistsMessage: string;
3726
- confirmLinkIdpTitle: string;
3727
- federatedIdentityConfirmLinkMessage: string;
3728
- confirmLinkIdpReviewProfile: string;
3729
- confirmLinkIdpContinue: string;
3730
- configureTotpMessage: string;
3731
- updateProfileMessage: string;
3732
- updatePasswordMessage: string;
3733
- resetPasswordMessage: string;
3734
- verifyEmailMessage: string;
3735
- linkIdpMessage: string;
3736
- emailSentMessage: string;
3737
- emailSendErrorMessage: string;
3738
- accountUpdatedMessage: string;
3739
- accountPasswordUpdatedMessage: string;
3740
- delegationCompleteHeader: string;
3741
- delegationCompleteMessage: string;
3742
- delegationFailedHeader: string;
3743
- delegationFailedMessage: string;
3744
- noAccessMessage: string;
3745
- invalidPasswordMinLengthMessage: string;
3746
- invalidPasswordMinDigitsMessage: string;
3747
- invalidPasswordMinLowerCaseCharsMessage: string;
3748
- invalidPasswordMinUpperCaseCharsMessage: string;
3749
- invalidPasswordMinSpecialCharsMessage: string;
3750
- invalidPasswordNotUsernameMessage: string;
3751
- invalidPasswordRegexPatternMessage: string;
3752
- invalidPasswordHistoryMessage: string;
3753
- invalidPasswordGenericMessage: string;
3754
- failedToProcessResponseMessage: string;
3755
- httpsRequiredMessage: string;
3756
- realmNotEnabledMessage: string;
3757
- invalidRequestMessage: string;
3758
- failedLogout: string;
3759
- unknownLoginRequesterMessage: string;
3760
- loginRequesterNotEnabledMessage: string;
3761
- bearerOnlyMessage: string;
3762
- standardFlowDisabledMessage: string;
3763
- implicitFlowDisabledMessage: string;
3764
- invalidRedirectUriMessage: string;
3765
- unsupportedNameIdFormatMessage: string;
3766
- invalidRequesterMessage: string;
3767
- registrationNotAllowedMessage: string;
3768
- resetCredentialNotAllowedMessage: string;
3769
- permissionNotApprovedMessage: string;
3770
- noRelayStateInResponseMessage: string;
3771
- insufficientPermissionMessage: string;
3772
- couldNotProceedWithAuthenticationRequestMessage: string;
3773
- couldNotObtainTokenMessage: string;
3774
- unexpectedErrorRetrievingTokenMessage: string;
3775
- unexpectedErrorHandlingResponseMessage: string;
3776
- identityProviderAuthenticationFailedMessage: string;
3777
- couldNotSendAuthenticationRequestMessage: string;
3778
- unexpectedErrorHandlingRequestMessage: string;
3779
- invalidAccessCodeMessage: string;
3780
- sessionNotActiveMessage: string;
3781
- invalidCodeMessage: string;
3782
- identityProviderUnexpectedErrorMessage: string;
3783
- identityProviderNotFoundMessage: string;
3784
- identityProviderLinkSuccess: string;
3785
- staleCodeMessage: string;
3786
- realmSupportsNoCredentialsMessage: string;
3787
- identityProviderNotUniqueMessage: string;
3788
- emailVerifiedMessage: string;
3789
- staleEmailVerificationLink: string;
3790
- identityProviderAlreadyLinkedMessage: string;
3791
- confirmAccountLinking: string;
3792
- confirmEmailAddressVerification: string;
3793
- confirmExecutionOfActions: string;
3794
- backToApplication: string;
3795
- missingParameterMessage: string;
3796
- clientNotFoundMessage: string;
3797
- clientDisabledMessage: string;
3798
- invalidParameterMessage: string;
3799
- alreadyLoggedIn: string;
3800
- differentUserAuthenticated: string;
3801
- brokerLinkingSessionExpired: string;
3802
- proceedWithAction: string;
3803
- "requiredAction.CONFIGURE_TOTP": string;
3804
- "requiredAction.TERMS_AND_CONDITIONS": string;
3805
- "requiredAction.UPDATE_PASSWORD": string;
3806
- "requiredAction.UPDATE_PROFILE": string;
3807
- "requiredAction.VERIFY_EMAIL": string;
3808
- doX509Login: string;
3809
- clientCertificate: string;
3810
- noCertificate: string;
3811
- pageNotFound: string;
3812
- internalServerError: string;
3813
- "console-username": string;
3814
- "console-password": string;
3815
- "console-otp": string;
3816
- "console-new-password": string;
3817
- "console-confirm-password": string;
3818
- "console-update-password": string;
3819
- "console-verify-email": string;
3820
- "console-email-code": string;
3821
- "console-accept-terms": string;
3822
- "console-accept": string;
3823
- readOnlyUsernameMessage: string;
3824
- } | {}>;