interface IInput {
    data: {
        code: string;
        strategy: RecoveryStrategy;
    };
}

Properties

Properties

data: {
    code: string;
    strategy: RecoveryStrategy;
}

Type declaration

  • code: string

    TOTP-код для подтверждения смены (step-up)

  • strategy: RecoveryStrategy

    Новая стратегия восстановления