export interface StepUpLocalization { /** * strings in step up page */ stepUp: { /** * no enrolled mfa title */ noEnrolledMfaTitle: string; /** * no enrolled mfa description part 1 */ noEnrolledMfaDescriptionPart1: string; /** * no enrolled mfa description part 2 */ noEnrolledMfaDescriptionPart2: string; /** * mfa options component title */ mfaTitle: string; /** * mfa options component sub title */ mfaSubtitle: string; /** * mfa authenticator component title */ stepUpMfaAuthenticatorAppTitle: string; /** * MFA authenticate another way button message */ moreWaysToAuthenticate: string; /** * MFA email code screen title */ mfaEmailCodeTitle: string; /** * MFA email code screen sub title */ mfaEmailCodeSubtitle: string; /** * MFA method (like authenticator, sms, ..) submit button */ mfaSubmitButton: string; /** * MFA email code screen sub title */ mfaSMSSubtitle: string; }; }